Lines Matching refs:GetFullName
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()
674 EVENT_INTERP_PROFILING(events::InterpProfilingAction::START, GetFullName(), vcalls.size()); in StartProfiling()
685 EVENT_INTERP_PROFILING(events::InterpProfilingAction::STOP, GetFullName(), in StopProfiling()