/art/test/636-arm64-veneer-pool/src/ |
D | Main.java | 17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 18 class C1 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 19 class C2 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 20 class C3 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 21 class C4 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 23 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() 24 …public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw n… in mImpl() 26 class C6 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 27 class C7 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() 28 class C8 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() [all …]
|
/art/runtime/arch/ |
D | context.cc | 21 Context* Context::Create() { in Create()
|
D | context.h | 31 class Context { 34 static Context* Create(); 36 virtual ~Context() {} in ~Context()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 42 VisitLocks(Thread* thread, Context* context) in Java_Main_testVisitLocks() 69 Context* context = Context::Create(); in Java_Main_testVisitLocks()
|
/art/test/457-regs/ |
D | regs_jni.cc | 31 TestVisitor(Thread* thread, Context* context) in TestVisitor() 132 std::unique_ptr<Context> context(Context::Create()); in Java_PhiLiveness_regsNativeCall() 141 std::unique_ptr<Context> context(Context::Create()); in Java_PhiLiveness_regsNativeCallWithParameters()
|
/art/test/466-get-live-vreg/ |
D | get_live_vreg_jni.cc | 32 TestVisitor(Thread* thread, Context* context) REQUIRES_SHARED(Locks::mutator_lock_) in TestVisitor() 84 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doStaticNativeCallLiveVreg()
|
/art/tools/amm/AmmTest/src/com/android/amm/test/ |
D | ThreadedRendererUse.java | 19 import android.content.Context; 31 public ThreadedRendererUse(Context context, int width, int height) { in ThreadedRendererUse()
|
D | TextureViewUse.java | 19 import android.content.Context; 33 public TextureViewUse(Context context, ViewGroup vg, int width, int height) { in TextureViewUse()
|
D | SurfaceViewUse.java | 19 import android.content.Context; 34 public SurfaceViewUse(Context context, ViewGroup vg, int width, int height) { in SurfaceViewUse()
|
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 28 std::unique_ptr<Context> context(Context::Create()); in Java_Main_lookForMyRegisters()
|
/art/test/1945-proxy-method-arguments/ |
D | get_args.cc | 32 GetProxyQuickFrameVisitor(art::Thread* target, art::Context* ctx, size_t frame_depth) in GetProxyQuickFrameVisitor() 90 std::unique_ptr<Context> context(Context::Create()); in GetProxyReferenceArgument()
|
/art/runtime/ |
D | stack.h | 35 class Context; variable 123 Context* context, 151 Context* context, 160 Context* context, in REQUIRES_SHARED() 294 Context* context, 349 Context* const context_;
|
D | monitor_objects_stack_visitor.h | 35 class Context; variable 40 Context* context,
|
D | quick_exception_handler.h | 33 class Context; variable 144 Context* const context_;
|
/art/test/461-get-reference-vreg/ |
D | get_reference_vreg_jni.cc | 30 std::unique_ptr<Context> context(Context::Create()); in FindMethodIndex()
|
/art/test/454-get-vreg/ |
D | get_vreg_jni.cc | 31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value) in TestVisitor() 125 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doNativeCall()
|
/art/test/common/ |
D | stack_inspect.cc | 186 std::unique_ptr<art::Context> context(art::Context::Create()); in Java_Main_getThisOfCaller()
|
/art/runtime/arch/arm64/ |
D | context_arm64.h | 29 class Arm64Context final : public Context {
|
/art/runtime/arch/mips64/ |
D | context_mips64.h | 29 class Mips64Context : public Context {
|
/art/runtime/arch/arm/ |
D | context_arm.h | 29 class ArmContext final : public Context {
|
/art/runtime/arch/x86_64/ |
D | context_x86_64.h | 29 class X86_64Context final : public Context {
|
/art/runtime/arch/mips/ |
D | context_mips.h | 29 class MipsContext : public Context {
|
/art/runtime/arch/x86/ |
D | context_x86.h | 29 class X86Context final : public Context {
|
/art/openjdkjvmti/ |
D | ti_stack.h | 90 FindFrameAtDepthVisitor(art::Thread* target, art::Context* ctx, jint depth) in FindFrameAtDepthVisitor()
|
D | ti_stack.cc | 832 art::Context::Create(), in REQUIRES_SHARED() 1049 std::unique_ptr<art::Context> context(art::Context::Create()); in NotifyFramePop() 1133 std::unique_ptr<art::Context> context(art::Context::Create()); in PopFrame()
|