/art/runtime/ |
D | class_loader_context_test.cc | 45 void VerifyContextSize(ClassLoaderContext* context, size_t expected_size) { in VerifyContextSize() 50 void VerifyClassLoaderPCL(ClassLoaderContext* context, in VerifyClassLoaderPCL() 57 void VerifyClassLoaderDLC(ClassLoaderContext* context, in VerifyClassLoaderDLC() 64 void VerifyClassLoaderIMC(ClassLoaderContext* context, in VerifyClassLoaderIMC() 71 void VerifyClassLoaderSharedLibraryPCL(ClassLoaderContext* context, in VerifyClassLoaderSharedLibraryPCL() 80 void VerifyClassLoaderSharedLibraryIMC(ClassLoaderContext* context, in VerifyClassLoaderSharedLibraryIMC() 89 void VerifySharedLibrariesSize(ClassLoaderContext* context, in VerifySharedLibrariesSize() 98 void VerifyClassLoaderSharedLibraryDLC(ClassLoaderContext* context, in VerifyClassLoaderSharedLibraryDLC() 107 void VerifyClassLoaderPCLFromTestDex(ClassLoaderContext* context, in VerifyClassLoaderPCLFromTestDex() 114 void VerifyClassLoaderDLCFromTestDex(ClassLoaderContext* context, in VerifyClassLoaderDLCFromTestDex() [all …]
|
D | fault_handler.cc | 47 static bool art_fault_handler(int sig, siginfo_t* info, void* context) { in art_fault_handler() 170 bool FaultManager::HandleFaultByOtherHandlers(int sig, siginfo_t* info, void* context) { in HandleFaultByOtherHandlers() 209 bool FaultManager::HandleFault(int sig, siginfo_t* info, void* context) { in HandleFault() 268 bool FaultManager::IsInGeneratedCode(siginfo_t* siginfo, void* context, bool check_dex_pc) { in IsInGeneratedCode() 389 bool JavaStackTraceHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* siginfo, void* context) { in Action()
|
D | monitor_objects_stack_visitor.cc | 90 void MonitorObjectsStackVisitor::VisitLockedObject(ObjPtr<mirror::Object> o, void* context) { in VisitLockedObject()
|
D | quick_exception_handler.cc | 67 Context* context, in CatchBlockStackVisitor() 304 Context* context, in DeoptimizeStackVisitor()
|
D | oat_file_manager.cc | 185 std::unique_ptr<ClassLoaderContext> context( in OpenDexFilesFromOat() local 523 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::CreateContextForClassLoader( in OpenDexFilesFromOat_Impl() local
|
D | runtime_common.cc | 147 mcontext_t& context; member
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 42 void* context, in GetMethodAndReturnPcAndSp() 77 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() 107 void* context) { in Action() 159 void* context) { in Action()
|
/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() local 141 std::unique_ptr<Context> context(Context::Create()); in Java_PhiLiveness_regsNativeCallWithParameters() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 49 void* context, in GetMethodAndReturnPcAndSp() 96 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() 136 void* context) { in Action() 207 void* context) { in Action()
|
/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() local
|
/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() local
|
/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() 82 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doStaticNativeCallLiveVreg() local
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 280 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp() 328 bool NullPointerHandler::Action(int, siginfo_t* sig, void* context) { in Action() 373 bool SuspensionHandler::Action(int, siginfo_t*, void* context) { in Action() 443 bool StackOverflowHandler::Action(int, siginfo_t* info, void* context) { in Action()
|
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 28 std::unique_ptr<Context> context(Context::Create()); in Java_Main_lookForMyRegisters() local
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 92 static void ThreadCountCallback(Thread*, void* context) { in ThreadCountCallback() 151 static void ThreadStatsGetterCallback(Thread* t, void* context) { in ThreadStatsGetterCallback()
|
D | dalvik_system_BaseDexClassLoader.cc | 53 const std::string& context = classpath_to_context.second; in BaseDexClassLoader_computeClassLoaderContextsNative() local
|
/art/test/461-get-reference-vreg/ |
D | get_reference_vreg_jni.cc | 54 std::unique_ptr<Context> context(Context::Create()); in FindMethodIndex() local
|
/art/test/1945-proxy-method-arguments/ |
D | get_args.cc | 90 std::unique_ptr<Context> context(Context::Create()); in GetProxyReferenceArgument() local
|
/art/compiler/optimizing/ |
D | induction_var_range.cc | 168 bool InductionVarRange::GetInductionRange(HInstruction* context, in GetInductionRange() 208 bool InductionVarRange::CanGenerateRange(HInstruction* context, in CanGenerateRange() 230 void InductionVarRange::GenerateRange(HInstruction* context, in GenerateRange() 254 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* context, in GenerateTakenTest() 344 bool InductionVarRange::IsUnitStride(HInstruction* context, in IsUnitStride() 443 HInstruction* context, in HasInductionInfo() 948 bool InductionVarRange::GenerateRangeOrLastValue(HInstruction* context, in GenerateRangeOrLastValue()
|
/art/test/004-SignalTest/ |
D | signaltest.cc | 63 void* context) { in signalhandler()
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 120 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
|
D | malloc_space.cc | 260 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 986 std::string context = "PCL[" + GetUsedDexLocation() + "]"; in TEST_F() local 993 std::string context = "PCL[" + dex_files[0]->GetLocation() + "]"; in TEST_F() local 1003 std::string context = "PCL[" + resource_only_classpath + "]"; in TEST_F() local 1009 std::string context = "PCL[does_not_exists.dex]"; in TEST_F() local 1018 std::string context = "PCL[" + GetTestDexFileName("Nested") + "];" + in TEST_F() local 1030 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F() local 1041 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F() local 1056 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F() local 1073 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F() local
|
/art/test/common/ |
D | stack_inspect.cc | 190 std::unique_ptr<art::Context> context(art::Context::Create()); in Java_Main_getThisOfCaller() local
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 444 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(context_str_); in FlattenClassLoaderContext() local
|