Searched defs:CompileMethod (Results 1 – 3 of 3) sorted by relevance
50 void CompileMethod(const Callback &cb, in CompileMethod() function152 bool CompileMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in CompileMethod() function
266 uint8_t CompileMethod(coretypes::String *fullMethodName) in CompileMethod() function
909 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() function in ark::Compiler