/ark/runtime_core/runtime/dprofiler/ |
D | dprofiler.cpp | 54 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/ |
D | method.cpp | 175 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 …]
|
D | imtable_builder.cpp | 121 LOG(DEBUG, CLASS_LINKER) << "[ " << i << " ] " << method->GetFullName(); in DumpIMTable()
|
D | exceptions.cpp | 213 …G, INTEROP) << "Enter in FindCatchBlockInCallStack for " << orig_frame->GetMethod()->GetFullName(); in FindCatchBlockInCallStack()
|
D | stack_walker.cpp | 476 os << method->GetFullName(); in DumpFrame()
|
/ark/runtime_core/runtime/bridge/ |
D | bridge.cpp | 58 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/ |
D | verifier_thread.cpp | 92 … 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/ |
D | method-inl.h | 104 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()
|
D | vtable_builder.h | 237 LOG(DEBUG, CLASS_LINKER) << "[" << idx++ << "] " << method->GetFullName(); in DumpVTable()
|
D | method.h | 357 PandaString GetFullName(bool with_signature = false) const;
|
/ark/runtime_core/runtime/interpreter/ |
D | interpreter_impl.cpp | 52 std::cerr << "Method " << method->GetFullName(true) << std::endl; in DebugDump()
|
D | interpreter-inl.h | 1956 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/ |
D | interpreter-inl_gen.h.erb | 38 …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/ |
D | job_queue.cpp | 234 auto method_name = method.GetFullName(); in NewJob()
|
/ark/runtime_core/runtime/mem/gc/ |
D | gc.cpp | 681 LOG_DEBUG_GC << "Frame for method " << pframe.GetMethod()->GetFullName(); in UpdateRefsInVRegs()
|