Lines Matching defs:method
57 auto method = it.CheckAndGetMethod();
58 if (method == nullptr) {
62 if (method->IsNativeWithCallField()) {
68 const JSPandaFile *jsPandaFile = method->GetJSPandaFile();
151 // napi method
214 Method *method = Method::Cast(function->GetMethod());
215 MethodLiteral *methodLiteral = method->GetMethodLiteral();
295 void *JsStackGetter::GetMethodIdentifier(Method *method, const FrameIterator &it)
299 if (method->IsNativeWithCallField()) {
304 return const_cast<void *>(method->GetNativePointer());
307 MethodLiteral *methodLiteral = method->GetMethodLiteral();