Searched defs:CompileMethod (Results 1 – 3 of 3) sorted by relevance
80 void CompileMethod(const Callback &cb, in CompileMethod() function391 void CompileMethod(JSHandle<JSFunction> &jsFunction, const Callback &cb) in CompileMethod() function
264 uint8_t CompileMethod(coretypes::String *fullMethodName) in CompileMethod() function
790 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() function in panda::Compiler