Home
last modified time | relevance | path

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

12

/art/runtime/
Dclass_loader_context_test.cc41 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 …]
Dfault_handler.cc43 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()
Dbacktrace_helper.h40 static _Unwind_Reason_Code Callback(_Unwind_Context* context, void* arg) { in Callback()
Doat_file_manager.cc347 const ClassLoaderContext* context, in HasCollisions()
398 std::unique_ptr<ClassLoaderContext> context; in OpenDexFilesFromOat() local
Druntime_common.cc144 mcontext_t& context; member
Dquick_exception_handler.cc60 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor()
285 Context* context, in DeoptimizeStackVisitor()
Doat_file_assistant.cc1051 ClassLoaderContext* context) { in GetDexOptNeeded()
1131 bool OatFileAssistant::OatFileInfo::ClassLoaderContextIsOkay(ClassLoaderContext* context) { in ClassLoaderContextIsOkay()
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc41 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/
Dget_reference_vreg_jni.cc30 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/
Dfault_handler_mips64.cc40 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/
Dfault_handler_mips.cc39 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/
Dfault_handler_arm.cc48 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/
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/test/466-get-live-vreg/
Dget_live_vreg_jni.cc31 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/
Denv_long_ref.cc30 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/
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/runtime/arch/x86/
Dfault_handler_x86.cc280 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/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc90 static void ThreadCountCallback(Thread*, void* context) { in ThreadCountCallback()
98 static void ThreadStatsGetterCallback(Thread* t, void* context) { in ThreadStatsGetterCallback()
/art/compiler/optimizing/
Dinduction_var_range.cc201 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/
Dsignaltest.cc63 void* context) { in signalhandler()
/art/dex2oat/
Ddex2oat_test.cc1060 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/
Dti_method.cc333 LineNumberContext* context = reinterpret_cast<LineNumberContext*>(void_context); in CollectLineNumbers() local
370 LineNumberContext context; in GetLineNumberTable() local
/art/runtime/gc/space/
Dzygote_space.cc107 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
Dmalloc_space.cc236 SweepCallbackContext* context = static_cast<SweepCallbackContext*>(arg); in SweepCallback() local
/art/dexlist/
Ddexlist.cc82 static bool positionsCb(void* context, const DexFile::PositionInfo& entry) { in positionsCb()

12