Home
last modified time | relevance | path

Searched refs:mem_size (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_method.cc497 jlong mem_size = context.size() * sizeof(jvmtiLineNumberEntry); in GetLineNumberTable() local
498 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable()
503 memcpy(*table_ptr, context.data(), mem_size); in GetLineNumberTable()
/art/libprofile/profile/
Dprofile_compilation_info.cc1849 uint32_t mem_size = section_info.GetMemSize(); in LoadInternal() local
1850 if (UNLIKELY(mem_size > std::numeric_limits<uint32_t>::max() - uncompressed_data_size)) { in LoadInternal()
1854 uncompressed_data_size += mem_size; in LoadInternal()