Searched refs:CompileMethod (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | compiler_thread_pool.cpp | 107 compiler->CompileMethod(method, i, false, TaggedValue::Hole()); in CompileMethods() 118 compiler->CompileMethod(method, i, false, TaggedValue::Hole()); in CompileMethods()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.h | 80 void CompileMethod(const Callback &cb, in CompileMethod() function 124 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run() 128 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run() 391 void CompileMethod(JSHandle<JSFunction> &jsFunction, const Callback &cb) in CompileMethod() function
|
| D | pass_manager.cpp | 54 cmpDriver_->CompileMethod(jsFunction, [this, &fileName] (const CString recordName, in Compile()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | compiler_interface.h | 212 …virtual bool CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, coretypes::TaggedVa…
|
| D | method-inl.h | 505 return runtime->GetPandaVM()->GetCompiler()->CompileMethod(this, bytecodeOffset, osr, in DecrementHotnessCounter() 511 return runtime->GetPandaVM()->GetCompiler()->CompileMethod(this, bytecodeOffset, osr, in DecrementHotnessCounter()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | intrinsics.cpp | 264 uint8_t CompileMethod(coretypes::String *fullMethodName) in CompileMethod() function
|
| D | compiler.cpp | 790 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod() function in panda::Compiler 948 compiler->CompileMethod(method, 0, false, TaggedValue::Hole()); in CompileMethodImpl()
|
| D | compiler.h | 683 … bool CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) override;
|