Home
last modified time | relevance | path

Searched refs:call (Results 76 – 100 of 130) sorted by relevance

123456

/art/runtime/interpreter/mterp/x86_64ng/
Dother.S48 call SYMBOL($helper)
52 call art_quick_read_barrier_mark_reg00
104 call art_quick_lock_object
118 call art_quick_unlock_object
Dcontrol_flow.S123 call SYMBOL($func)
178 call SYMBOL(art_quick_deliver_exception)
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S51 call SYMBOL(artFindNativeMethod) // (Thread*)
54 call SYMBOL(artFindNativeMethodRunnable) // (Thread*)
110 call SYMBOL(artCriticalNativeFrameSize)
230 call SYMBOL(artFindNativeMethodRunnable) // (Thread*)
/art/runtime/interpreter/mterp/x86_64/
Dother.S12 call SYMBOL($helper) # (index, tgt_reg, shadow_frame, self)
70 call SYMBOL(MterpConstString) # (index, tgt_reg, shadow_frame, self)
108 call SYMBOL(artLockObjectFromCode) # (object, self)
130 call SYMBOL(artUnlockObjectFromCode) # (object, self)
/art/test/
DAndroid.run-test.mk16 LOCAL_PATH := $(call my-dir)
121 $(call define-test-art-host-or-target-run-test-group,$(target))))
/art/test/134-reg-promotion/smali/
DTest.smali32 # The call makes v2 float type.
57 # The call makes v2 float type.
/art/runtime/interpreter/mterp/x86/
Dobject.S13 call SYMBOL($helper)
33 call SYMBOL(MterpCheckCast) # (index, &obj, method, self)
Dother.S15 call SYMBOL($helper) # (index, tgt_reg, shadow_frame, self)
77 call SYMBOL(MterpConstString) # (index, tgt_reg, shadow_frame, self)
131 call SYMBOL(artLockObjectFromCode) # (object, self)
156 call SYMBOL(artUnlockObjectFromCode) # (object, self)
/art/test/800-smali/smali/
Db_22411633_5.smali12 # and call a method afterwards.
Db_134061982.smali46 # Just some random call.
Db_134061983_2.smali46 # Just some random call.
Db_21869691A.smali23 # method. In this test, this is done in A (A < B, so processed first). The "real" call is in B.
/art/runtime/interpreter/mterp/arm/
Dfloating_point.S341 b __aeabi_d2lz @ tail call to convert double to long
382 b __aeabi_f2lz @ tail call to convert float to long
/art/test/952-invoke-custom/
Dexpected.txt1 Caught exception from uninitialized call site
2 Caught exception from uninitialized call site
/art/runtime/arch/arm/
Djni_entrypoints_arm.S53 bx r12 @ if non-null, tail call to method's code
81 // If we're coming from JNI stub with tail call, it is LR. If we're coming from
/art/build/
DAndroid.common_path.mk48 HOST_CORE_IMG_DEX_FILES := $(foreach jar,$(HOST_CORE_IMG_JARS), $(call intermediates-dir-for,JAV…
49 TARGET_CORE_IMG_DEX_FILES := $(foreach jar,$(TARGET_CORE_IMG_JARS),$(call intermediates-dir-for,JAV…
/art/test/978-virtual-interface/smali/
DSubtype.smali19 # // Fake into a virtual call.
/art/test/522-checker-regression-monitor-exit/src/
DMain.java39 public Integer call() { in call() method in Main.HashCodeQuery
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md3 tiallocsample is a JVMTI agent designed to track the call stacks of allocations
22 E.g., 10 means every tenth call to new will be logged.
/art/test/501-null-constant-dce/smali/
DDCE.smali35 # Return null to make `method` call GetConstantNull again.
/art/runtime/base/
Dmutex-inl.h36 #define CHECK_MUTEX_CALL(call, args) CHECK_PTHREAD_CALL(call, args, name_) argument
/art/test/980-redefine-object/
Dinfo.txt13 If this test starts failing during the doCommonClassRedefinition call it is
/art/runtime/arch/x86/
Dasm_support_x86.S227 call __x86.get_pc_thunk.bx
309 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
/art/test/431-type-propagation/smali/
DTypePropagation.smali33 # Do a call to create an environment that will capture all Dex registers.
/art/tools/libjavac/src/com/android/javac/
DJavac.java98 boolean result = task.call(); in compileWithAnnotationProcessor()

123456