Lines Matching defs:method
296 Method *method = Method::Cast(jsFunction->GetMethod().GetTaggedObject());
298 LOG_JIT(DEBUG) << "method does not support compile shared function:" <<
299 method->GetRecordNameStr() + "." + method->GetMethodName();
303 FunctionKind kind = method->GetFunctionKind();
318 msgStr << "method does not support jit:" << method->GetRecordNameStr() + "." + method->GetMethodName() <<
335 Method *method = Method::Cast(jsFunction->GetMethod().GetTaggedObject());
336 auto jSPandaFile = method->GetJSPandaFile();
339 CString methodInfo = fileDesc + ":" + method->GetRecordNameStr() + "." + CString(method->GetMethodName());
359 Method *method = Method::Cast(jsFunction->GetMethod().GetTaggedObject());
360 auto jSPandaFile = method->GetJSPandaFile();
363 CString methodName = fileDesc + ":" + method->GetRecordNameStr() + "." + CString(method->GetMethodName());
364 uint32_t codeSize = method->GetCodeSize();
370 maxSize = 15; // 15 is method codesize threshold during fast compiling
381 if (vm->IsEnableOsr() && offset != MachineCode::INVALID_OSR_OFFSET && method->HasCatchBlock()) {
386 CString msg = "compile method:" + methodInfo + ", in work thread";
457 LOG_JIT(DEBUG) << "skip method, as it compiling:" << methodName;
469 LOG_BASELINEJIT(DEBUG) << "skip method, as it compiling:" << methodName;
477 LOG_JIT(DEBUG) << "skip method, as it has been jit compiled:" << methodName;
485 LOG_BASELINEJIT(DEBUG) << "skip method, as it has been jit compiled:" << methodName;