Searched refs:IsJitCompile (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | bytecode_circuit_builder.h | 594 bool IsJitCompile() const in IsJitCompile() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder 611 return IsPreAnalysis() || IsJitCompile(); in NeedIrreducibleLoopCheck() |
H A D | aot_compiler_preprocessor.h | 48 bool IsJitCompile(CString fileDesc, uint32_t methodOffset) const; |
H A D | aot_compiler_preprocessor.cpp | 394 bool CallMethodFlagMap::IsJitCompile(CString fileDesc, uint32_t methodOffset) const in IsJitCompile() function in panda::ecmascript::kungfu::CallMethodFlagMap |
H A D | type_info_accessors.h | 532 callMethodFlagMap_->IsJitCompile(fileDesc, methodId)) && in CanFastCall() |
Completed in 6 milliseconds