/art/runtime/base/ |
D | mem_map_arena_pool.cc | 41 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/ |
D | fake_redef_object.cc | 70 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/ |
D | redef_object.cc | 83 void* Allocate(size_t size) override { in RedefineObjectHook() function in art::Test980RedefineObject::RedefineObjectHook::JvmtiAllocator 85 jvmti_->Allocate(size, &res); in RedefineObjectHook()
|
/art/openjdkjvmti/ |
D | ti_allocator.h | 48 static jvmtiError Allocate(jvmtiEnv* env, jlong size, unsigned char** mem_ptr);
|
D | ti_jni.cc | 80 jvmtiError data_result = env->Allocate(sizeof(JNINativeInterface), &data); in GetJNIFunctionTable()
|
D | ti_logging.cc | 53 jvmtiError err = tienv->Allocate(size, reinterpret_cast<unsigned char**>(&out)); in GetLastError()
|
D | ti_allocator.cc | 59 jvmtiError AllocUtil::Allocate(jvmtiEnv* env ATTRIBUTE_UNUSED, in Allocate() function in openjdkjvmti::AllocUtil
|
D | art_jvmti.h | 197 *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()
|
/art/test/800-smali/smali/ |
D | b_22411633_2.smali | 11 # Allocate a java.lang.Object (do not initialize). 20 # Allocate a java.lang.Object and initialize it.
|
D | b_22411633_4.smali | 17 # Allocate a java.lang.Object (do not initialize).
|
D | b_22411633_5.smali | 20 # Allocate a java.lang.Object (do not initialize).
|
D | b_22411633_3.smali | 11 # Allocate a java.lang.Object (do not initialize).
|
D | b_22411633_1.smali | 11 # Allocate a java.lang.Object (do not initialize).
|
D | b_22331663.smali | 20 # Allocate a java.lang.Object (do not initialize), and throw a new exception.
|
/art/test/1900-track-alloc/ |
D | alloc.cc | 61 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/ |
D | info.txt | 1 Allocate large numbers of huge BigIntegers in rapid succession. Most of the
|
/art/test/909-attach-agent/ |
D | attach.cc | 70 CHECK_CALL_SUCCESS(env->Allocate(8, &local_data)); in OnAttach()
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 146 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/libartbase/base/ |
D | bit_memory_region.h | 305 ALWAYS_INLINE BitMemoryRegion Allocate(size_t bit_length) { in Allocate() function 314 Allocate(region.size_in_bits()).StoreBits(/* bit_offset */ 0, region, region.size_in_bits()); in WriteRegion() 318 Allocate(bit_length).StoreBits(/* bit_offset */ 0, value, bit_length); in WriteBits() 322 Allocate(1).StoreBit(/* bit_offset */ 0, value); in WriteBit()
|
/art/test/1962-multi-thread-events/ |
D | multi_thread_events.cc | 76 env, jvmti_env, jvmti_env->Allocate(sizeof(*data), reinterpret_cast<uint8_t**>(&data)))) { in Java_art_Test1962_setupThread()
|
/art/test/ti-agent/ |
D | stack_trace_helper.cc | 57 env, jvmti_env, jvmti_env->Allocate(depth * sizeof(jvmtiFrameInfo), in Java_art_StackTrace_nativeGetStackTrace()
|
D | frame_pop_helper.cc | 66 jvmti_env->Allocate(sizeof(FramePopData), in Java_art_FramePop_enableFramePopEvent()
|
/art/tools/jvmti-agents/field-null-percent/ |
D | fieldnull.cc | 152 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/ |
D | signal_threads.cc | 48 jvmti_env->Allocate(sizeof(NativeMonitor), in Java_art_Test1934_allocNativeMonitor()
|
/art/test/1946-list-descriptors/ |
D | descriptors.cc | 108 jvmti_env->Allocate(sizeof(DescriptorData), in Java_art_Test1946_initializeTest()
|