Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 25 of 57) sorted by relevance

123

/art/runtime/base/
Dmem_map_arena_pool.cc41 static MemMap Allocate(size_t size, bool low_4gb, const char* name);
47 : map_(Allocate(size, low_4gb, name)) { in MemMapArena()
55 MemMap MemMapArena::Allocate(size_t size, bool low_4gb, const char* name) { in Allocate() function in art::MemMapArena
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc70 void* Allocate(size_t size) override { in RedefineObjectHook() function in art::Test1959RedefineObjectInstrument::RedefineObjectHook::JvmtiAllocator
72 jvmti_->Allocate(size, &res); in RedefineObjectHook()
/art/test/980-redefine-object/
Dredef_object.cc83 void* Allocate(size_t size) override { in RedefineObjectHook() function in art::Test980RedefineObject::RedefineObjectHook::JvmtiAllocator
85 jvmti_->Allocate(size, &res); in RedefineObjectHook()
/art/test/800-smali/smali/
Db_22411633_2.smali11 # Allocate a java.lang.Object (do not initialize).
20 # Allocate a java.lang.Object and initialize it.
Db_22411633_4.smali17 # Allocate a java.lang.Object (do not initialize).
Db_22411633_5.smali20 # Allocate a java.lang.Object (do not initialize).
Db_22411633_3.smali11 # Allocate a java.lang.Object (do not initialize).
Db_22411633_1.smali11 # Allocate a java.lang.Object (do not initialize).
Db_22331663.smali20 # Allocate a java.lang.Object (do not initialize), and throw a new exception.
/art/openjdkjvmti/
Dti_allocator.h48 static jvmtiError Allocate(jvmtiEnv* env, jlong size, unsigned char** mem_ptr);
Dti_jni.cc80 jvmtiError data_result = env->Allocate(sizeof(JNINativeInterface), &data); in GetJNIFunctionTable()
Dart_jvmti.h197 *error = env->Allocate(sizeof(T), &tmp); in AllocJvmtiUniquePtr()
210 *error = env->Allocate(sizeof(typename std::remove_extent<T>::type) * count, &tmp); in AllocJvmtiUniquePtr()
223 jvmtiError res = env->Allocate(len, dest); in CopyDataIntoJvmtiBuffer()
Dti_allocator.cc59 jvmtiError AllocUtil::Allocate(jvmtiEnv* env ATTRIBUTE_UNUSED, in Allocate() function in openjdkjvmti::AllocUtil
/art/simulator/
Dcode_simulator_arm64.cc47 SimStack::Allocated stack = stack_builder.Allocate(); in CodeSimulatorArm64()
/art/test/1900-track-alloc/
Dalloc.cc61 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->Allocate(size, &res)); in Java_art_Test1900_doAllocate()
127 jvmti_env->Allocate(sizeof(AllocTrackingData), in Java_art_Test1900_initializeTest()
/art/test/175-alloc-big-bignums/
Dinfo.txt1 Allocate large numbers of huge BigIntegers in rapid succession. Most of the
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc146 jvmtiError res = env->Allocate(val.size() + 1, reinterpret_cast<unsigned char**>(out)); in WrapGetSystemProperty()
176 res = env->Allocate(all_props.size() * sizeof(char*), in WrapGetSystemProperties()
184 res = env->Allocate(p.size() + 1, reinterpret_cast<unsigned char**>(&out_prop_ptr[i])); in WrapGetSystemProperties()
213 if (JVMTI_ERROR_NONE != real_env->Allocate(sizeof(ExtraJvmtiInterface), in SetupProxyJvmtiEnv()
/art/test/909-attach-agent/
Dattach.cc70 CHECK_CALL_SUCCESS(env->Allocate(8, &local_data)); in OnAttach()
/art/test/1962-multi-thread-events/
Dmulti_thread_events.cc76 env, jvmti_env, jvmti_env->Allocate(sizeof(*data), reinterpret_cast<uint8_t**>(&data)))) { in Java_art_Test1962_setupThread()
/art/libartbase/base/
Dbit_memory_region.h340 ALWAYS_INLINE BitMemoryRegion Allocate(size_t bit_length) { in Allocate() function
349 Allocate(region.size_in_bits()).StoreBits(/* bit_offset */ 0, region, region.size_in_bits()); in WriteRegion()
353 Allocate(bit_length).StoreBits(/* bit_offset */ 0, value, bit_length); in WriteBits()
357 Allocate(1).StoreBit(/* bit_offset */ 0, value); in WriteBit()
/art/test/ti-agent/
Dstack_trace_helper.cc57 env, jvmti_env, jvmti_env->Allocate(depth * sizeof(jvmtiFrameInfo), in Java_art_StackTrace_nativeGetStackTrace()
Dframe_pop_helper.cc66 jvmti_env->Allocate(sizeof(FramePopData), in Java_art_FramePop_enableFramePopEvent()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc152 CHECK_JVMTI(jvmti->Allocate(sizeof(*list), reinterpret_cast<unsigned char**>(&list))); in CreateFieldList()
187 CHECK_JVMTI(jvmti->Allocate(strlen(options) + 1, &ptr)); in AgentStart()
/art/test/1934-jvmti-signal-thread/
Dsignal_threads.cc48 jvmti_env->Allocate(sizeof(NativeMonitor), in Java_art_Test1934_allocNativeMonitor()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc207 CHECK_JVMTI(jvmti->Allocate(sizeof(*list), reinterpret_cast<unsigned char**>(&list))); in CreateFieldList()
245 CHECK_JVMTI(jvmti->Allocate(strlen(options) + 1, &ptr)); in AgentStart()

123