Lines Matching full:getmethod
86 if (stack.IsCFrame() && stack.GetMethod() == method) { in InvalidateCompiledEntryPoint()
92 … << "[CHA] Set ShouldDeoptimize for method: " << cframe.GetMethod()->GetFullName(); in InvalidateCompiledEntryPoint()
95 … << "[IC] Set ShouldDeoptimize for method: " << cframe.GetMethod()->GetFullName(); in InvalidateCompiledEntryPoint()
124 LOG(DEBUG, INTEROP) << "Deoptimize frame: " << stack->GetMethod()->GetFullName(); in InvalidateCompiledEntryPoint()
127 ASSERT(cframe.GetMethod() != nullptr); in InvalidateCompiledEntryPoint()
129 pc = stack->GetMethod()->GetInstructions() + stack->GetBytecodePc(); in InvalidateCompiledEntryPoint()
136 destroy_method.insert(cframe.GetMethod()); in InvalidateCompiledEntryPoint()
149 …EVENT_METHOD_EXIT(last_iframe->GetMethod()->GetFullName() + "(deopt)", events::MethodExitKind::INL… in InvalidateCompiledEntryPoint()
155 …EVENT_METHOD_EXIT(last_iframe->GetMethod()->GetFullName() + "(deopt)", events::MethodExitKind::COM… in InvalidateCompiledEntryPoint()
174 EVENT_DEOPTIMIZATION(std::string(cframe.GetMethod()->GetFullName()), in InvalidateCompiledEntryPoint()
175 … pc - stack->GetMethod()->GetInstructions(), events::DeoptimizationAfter::CFRAME); in InvalidateCompiledEntryPoint()
195 EVENT_DEOPTIMIZATION(std::string(cframe.GetMethod()->GetFullName()), in InvalidateCompiledEntryPoint()
196 pc - stack->GetMethod()->GetInstructions(), in InvalidateCompiledEntryPoint()
208 LOG(DEBUG, INTEROP) << "Drop compiled frame: " << stack->GetMethod()->GetFullName(); in InvalidateCompiledEntryPoint()
210 … EVENT_METHOD_EXIT(stack->GetMethod()->GetFullName() + "(drop)", events::MethodExitKind::COMPILED, in InvalidateCompiledEntryPoint()