Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 46) sorted by relevance

12

/art/runtime/
Dclass_loader_context_test.cc45 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 …]
Dfault_handler.cc47 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()
Dmonitor_objects_stack_visitor.cc90 void MonitorObjectsStackVisitor::VisitLockedObject(ObjPtr<mirror::Object> o, void* context) { in VisitLockedObject()
Dquick_exception_handler.cc67 Context* context, in CatchBlockStackVisitor()
304 Context* context, in DeoptimizeStackVisitor()
Doat_file_manager.cc185 std::unique_ptr<ClassLoaderContext> context( in OpenDexFilesFromOat() local
523 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::CreateContextForClassLoader( in OpenDexFilesFromOat_Impl() local
Druntime_common.cc147 mcontext_t& context; member
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc42 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/
Dregs_jni.cc31 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/
Dfault_handler_arm.cc49 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/
Dvisit_locks.cc42 VisitLocks(Thread* thread, Context* context) in Java_Main_testVisitLocks()
69 Context* context = Context::Create(); in Java_Main_testVisitLocks() local
/art/test/454-get-vreg/
Dget_vreg_jni.cc31 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/
Dget_live_vreg_jni.cc32 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/
Dfault_handler_x86.cc280 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/
Denv_long_ref.cc28 std::unique_ptr<Context> context(Context::Create()); in Java_Main_lookForMyRegisters() local
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc92 static void ThreadCountCallback(Thread*, void* context) { in ThreadCountCallback()
151 static void ThreadStatsGetterCallback(Thread* t, void* context) { in ThreadStatsGetterCallback()
Ddalvik_system_BaseDexClassLoader.cc53 const std::string& context = classpath_to_context.second; in BaseDexClassLoader_computeClassLoaderContextsNative() local
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc54 std::unique_ptr<Context> context(Context::Create()); in FindMethodIndex() local
/art/test/1945-proxy-method-arguments/
Dget_args.cc90 std::unique_ptr<Context> context(Context::Create()); in GetProxyReferenceArgument() local
/art/compiler/optimizing/
Dinduction_var_range.cc168 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/
Dsignaltest.cc63 void* context) { in signalhandler()
/art/runtime/gc/space/
Dzygote_space.cc120 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
Dmalloc_space.cc260 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
/art/dex2oat/
Ddex2oat_test.cc986 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/
Dstack_inspect.cc190 std::unique_ptr<art::Context> context(art::Context::Create()); in Java_Main_getThisOfCaller() local
/art/dexoptanalyzer/
Ddexoptanalyzer.cc444 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(context_str_); in FlattenClassLoaderContext() local

12