Searched refs:isAotCompile (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | aot_compiler_preprocessor.h | 45 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile); 47 void SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile); 168 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile() argument 170 callMethodFlagMap_.SetIsAotCompile(fileDesc, methodOffset, isAotCompile); in SetIsAotCompile()
|
H A D | aot_compiler_preprocessor.cpp | 376 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile() argument 378 abcIdMethodIdToIsAotCompile_[std::pair<CString, uint32_t>(fileDesc, methodOffset)] = isAotCompile; in SetIsAotCompile() 389 void CallMethodFlagMap::SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsJitCompile() argument 391 abcIdMethodIdToIsJitCompile_[std::pair<CString, uint32_t>(fileDesc, methodOffset)] = isAotCompile; in SetIsJitCompile()
|
Completed in 3 milliseconds