/art/runtime/ |
D | class_loader_context_test.cc | 41 void VerifyContextSize(ClassLoaderContext* context, size_t expected_size) { in VerifyContextSize() 46 void VerifyClassLoaderPCL(ClassLoaderContext* context, in VerifyClassLoaderPCL() 53 void VerifyClassLoaderDLC(ClassLoaderContext* context, in VerifyClassLoaderDLC() 60 void VerifyClassLoaderPCLFromTestDex(ClassLoaderContext* context, in VerifyClassLoaderPCLFromTestDex() 67 void VerifyClassLoaderDLCFromTestDex(ClassLoaderContext* context, in VerifyClassLoaderDLCFromTestDex() 75 ClassLoaderContext* context, in VerifyOpenDexFiles() 108 std::unique_ptr<ClassLoaderContext> context(new ClassLoaderContext()); in ParseContextWithChecksums() local 115 void VerifyContextForClassLoader(ClassLoaderContext* context) { in VerifyContextForClassLoader() 141 void PretendContextOpenedDexFiles(ClassLoaderContext* context) { in PretendContextOpenedDexFiles() 147 void VerifyClassLoaderInfo(ClassLoaderContext* context, in VerifyClassLoaderInfo() [all …]
|
D | fault_handler.cc | 43 static bool art_fault_handler(int sig, siginfo_t* info, void* context) { in art_fault_handler() 167 bool FaultManager::HandleFaultByOtherHandlers(int sig, siginfo_t* info, void* context) { in HandleFaultByOtherHandlers() 185 bool FaultManager::HandleFault(int sig, siginfo_t* info, void* context) { in HandleFault() 242 bool FaultManager::IsInGeneratedCode(siginfo_t* siginfo, void* context, bool check_dex_pc) { in IsInGeneratedCode() 349 bool JavaStackTraceHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* siginfo, void* context) { in Action()
|
D | backtrace_helper.h | 40 static _Unwind_Reason_Code Callback(_Unwind_Context* context, void* arg) { in Callback()
|
D | oat_file_manager.cc | 347 const ClassLoaderContext* context, in HasCollisions() 398 std::unique_ptr<ClassLoaderContext> context; in OpenDexFilesFromOat() local
|
D | runtime_common.cc | 144 mcontext_t& context; member
|
D | quick_exception_handler.cc | 60 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() 285 Context* context, in DeoptimizeStackVisitor()
|
D | oat_file_assistant.cc | 1051 ClassLoaderContext* context) { in GetDexOptNeeded() 1131 bool OatFileAssistant::OatFileInfo::ClassLoaderContextIsOkay(ClassLoaderContext* context) { in ClassLoaderContextIsOkay()
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 41 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo ATTRIBUTE_UNUSED, void* context, in GetMethodAndReturnPcAndSp() 72 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() 102 void* context) { in Action() 154 void* context) { in Action()
|
/art/test/461-get-reference-vreg/ |
D | get_reference_vreg_jni.cc | 30 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value) in TestVisitor() 72 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doNativeCallRef() local 80 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doStaticNativeCallRef() local
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 40 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp() 72 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() 115 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action()
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 39 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp() 71 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() 113 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action()
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 48 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo ATTRIBUTE_UNUSED, void* context, in GetMethodAndReturnPcAndSp() 91 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() 128 void* context) { in Action() 199 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/test/466-get-live-vreg/ |
D | get_live_vreg_jni.cc | 31 TestVisitor(Thread* thread, Context* context) REQUIRES_SHARED(Locks::mutator_lock_) in TestVisitor() 68 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doStaticNativeCallLiveVreg() local
|
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 30 TestVisitor(const ScopedObjectAccess& soa, Context* context, jobject expected_value) in TestVisitor() 60 std::unique_ptr<Context> context(Context::Create()); in Java_Main_lookForMyRegisters() 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/runtime/arch/x86/ |
D | fault_handler_x86.cc | 280 void FaultManager::GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, in GetMethodAndReturnPcAndSp() 324 bool NullPointerHandler::Action(int, siginfo_t* sig, void* context) { in Action() 369 bool SuspensionHandler::Action(int, siginfo_t*, void* context) { in Action() 439 bool StackOverflowHandler::Action(int, siginfo_t* info, void* context) { in Action()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 90 static void ThreadCountCallback(Thread*, void* context) { in ThreadCountCallback() 98 static void ThreadStatsGetterCallback(Thread* t, void* context) { in ThreadStatsGetterCallback()
|
/art/compiler/optimizing/ |
D | induction_var_range.cc | 201 bool InductionVarRange::GetInductionRange(HInstruction* context, in GetInductionRange() 240 bool InductionVarRange::CanGenerateRange(HInstruction* context, in CanGenerateRange() 262 void InductionVarRange::GenerateRange(HInstruction* context, in GenerateRange() 286 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* context, in GenerateTakenTest() 374 bool InductionVarRange::IsUnitStride(HInstruction* context, in IsUnitStride() 460 HInstruction* context, in HasInductionInfo() 956 bool InductionVarRange::GenerateRangeOrLastValue(HInstruction* context, in GenerateRangeOrLastValue()
|
/art/test/004-SignalTest/ |
D | signaltest.cc | 63 void* context) { in signalhandler()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1060 std::string context = "PCL[" + GetUsedDexLocation() + "]"; in TEST_F() local 1067 std::string context = "PCL[" + dex_files[0]->GetLocation() + "]"; in TEST_F() local 1077 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F() local 1097 std::string context = "PCL[" + stripped_classpath + "]"; in TEST_F() local 1123 std::string context = "PCL[does_not_exists.dex]"; in TEST_F() local 1132 std::string context = "PCL[" + GetTestDexFileName("Nested") + "];" + in TEST_F() local
|
/art/runtime/openjdkjvmti/ |
D | ti_method.cc | 333 LineNumberContext* context = reinterpret_cast<LineNumberContext*>(void_context); in CollectLineNumbers() local 370 LineNumberContext context; in GetLineNumberTable() local
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 107 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
|
D | malloc_space.cc | 236 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
|
/art/dexlist/ |
D | dexlist.cc | 82 static bool positionsCb(void* context, const DexFile::PositionInfo& entry) { in positionsCb()
|