Home
last modified time | relevance | path

Searched refs:GetFullName (Results 1 – 15 of 15) sorted by relevance

/ark/runtime_core/runtime/dprofiler/
Ddprofiler.cpp54 static PandaString GetFullName(const Method *method) in GetFullName() function
80 LOG(ERROR, DPROF) << "Method already exsists: " << GetFullName(&method); in AddClass()
90 …auto ret = method_info_map.emplace(std::make_pair(GetFullName(method), method->GetHotnessCounter()… in Dump()
/ark/runtime_core/runtime/
Dmethod.cpp175 panda::ThrowVerificationException(ctx, GetFullName()); in InvokeGen()
202 panda::ThrowOutOfMemoryError("CreateFrame failed: " + GetFullName()); in InvokeGen()
266 PandaString Method::GetFullName(bool with_signature) const in GetFullName() function in panda::Method
471 …LOG(DEBUG, VERIFIER) << "Method '" << GetFullName() << std::hex << "' ( 0x" << GetUniqId() << ", 0… in WaitForVerification()
531 … LOG(INFO, VERIFIER) << "Verification result of method '" << GetFullName() << "' was cached: OK"; in AddJobInQueue()
535 … LOG(INFO, VERIFIER) << "Verification result of method '" << GetFullName() << "' was cached: FAIL"; in AddJobInQueue()
543 LOG(INFO, VERIFIER) << "Method '" << GetFullName() in AddJobInQueue()
552 … LOG(INFO, VERIFIER) << "Method '" << GetFullName() << "' cannot be enqueued for verification"; in AddJobInQueue()
561 …LOG(INFO, VERIFIER) << "Method '" << GetFullName() << std::hex << "' ( 0x" << GetUniqId() << ", 0x" in AddJobInQueue()
597 LOG(INFO, VERIFIER) << "Verification result of method '" << GetFullName() << "': SKIP"; in EnqueueForVerification()
[all …]
Dimtable_builder.cpp121 LOG(DEBUG, CLASS_LINKER) << "[ " << i << " ] " << method->GetFullName(); in DumpIMTable()
Dexceptions.cpp213 …G, INTEROP) << "Enter in FindCatchBlockInCallStack for " << orig_frame->GetMethod()->GetFullName(); in FindCatchBlockInCallStack()
Dstack_walker.cpp476 os << method->GetFullName(); in DumpFrame()
/ark/runtime_core/runtime/bridge/
Dbridge.cpp58 LOG(DEBUG, INTEROP) << "InvokeInterpreter for method: " << frame->GetMethod()->GetFullName(); in InvokeInterpreter()
74 … LOG(DEBUG, INTEROP) << "InvokeInterpreter for method: " << frame->GetMethod()->GetFullName(); in InvokeInterpreter()
/ark/runtime_core/verification/thread/
Dverifier_thread.cpp92 … LOG(DEBUG, VERIFIER) << "Verification of method '" << method.GetFullName() << std::hex << "' ( 0x" in VerifierThread()
112 …LOG(INFO, VERIFIER) << "Verification result for method '" << method.GetFullName() << std::hex << "… in VerifierThread()
/ark/runtime_core/runtime/include/
Dmethod-inl.h104 panda::ThrowVerificationException(ctx, GetFullName()); in InvokeInterpretedCode()
114 panda::ThrowOutOfMemoryError("CreateFrame failed: " + GetFullName()); in InvokeInterpretedCode()
123 LOG(DEBUG, INTERPRETER) << "Invoke entry: " << GetFullName(); in InvokeInterpretedCode()
159 LOG(DEBUG, INTERPRETER) << "Invoke exit: " << GetFullName(); in InvokeInterpretedCode()
Dvtable_builder.h237 LOG(DEBUG, CLASS_LINKER) << "[" << idx++ << "] " << method->GetFullName(); in DumpVTable()
Dmethod.h357 PandaString GetFullName(bool with_signature = false) const;
/ark/runtime_core/runtime/interpreter/
Dinterpreter_impl.cpp52 std::cerr << "Method " << method->GetFullName(true) << std::endl; in DebugDump()
Dinterpreter-inl.h1956 EVENT_METHOD_EXIT(frame->GetMethod()->GetFullName(), events::MethodExitKind::INTERP, in HandleReturnStackless()
2281 EVENT_METHOD_EXIT(frame->GetMethod()->GetFullName(), events::MethodExitKind::INTERP, in FindCatchBlockStackless()
2945 RuntimeIfaceT::ThrowOutOfMemoryError("CreateFrame failed: " + method->GetFullName()); in CreateAndSetFrame()
2963 RuntimeIfaceT::ThrowVerificationException(method->GetFullName()); in CallInterpreter()
3019 RuntimeIfaceT::ThrowVerificationException(method->GetFullName()); in CallInterpreterStackless()
3042 EVENT_METHOD_ENTER(frame->GetMethod()->GetFullName(), events::MethodEnterKind::INTERP, in CallInterpreterStackless()
3053 LOG(DEBUG, INTERPRETER) << "Entry: " << method->GetFullName(); in HandleCallPrologue()
3104 LOG(DEBUG, INTERPRETER) << "Exit: " << method->GetFullName(); in HandleCall()
/ark/runtime_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb38 …EVENT_METHOD_ENTER(frame->GetMethod()->GetFullName(), events::MethodEnterKind::INTERP, thread->Rec…
42 …EVENT_METHOD_EXIT(frame->GetMethod()->GetFullName(), events::MethodExitKind::INTERP, thread->Recor…
/ark/runtime_core/verification/job_queue/
Djob_queue.cpp234 auto method_name = method.GetFullName(); in NewJob()
/ark/runtime_core/runtime/mem/gc/
Dgc.cpp681 LOG_DEBUG_GC << "Frame for method " << pframe.GetMethod()->GetFullName(); in UpdateRefsInVRegs()