Searched defs:fileDesc (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler_preprocessor.h | 160 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() 165 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall() 170 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile() 175 bool GetIsAotCompile(CString fileDesc, uint32_t methodOffset) in GetIsAotCompile()
|
| D | aot_compiler_preprocessor.cpp | 360 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() 365 bool CallMethodFlagMap::IsFastCall(CString fileDesc, uint32_t methodOffset) const in IsFastCall() 373 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile() 378 bool CallMethodFlagMap::IsAotCompile(CString fileDesc, uint32_t methodOffset) const in IsAotCompile() 386 void CallMethodFlagMap::SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsJitCompile() 391 bool CallMethodFlagMap::IsJitCompile(CString fileDesc, uint32_t methodOffset) const in IsJitCompile() 470 CString fileDesc = jsPandaFile->GetNormalizedFileDesc(); in GenerateMethodMap() local
|
| D | type_info_accessors.h | 448 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in IsHotnessFunc() local 542 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in CanFastCall() local
|
| D | ts_inline_lowering.cpp | 767 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc(); in UpdateCallMethodFlagMap() local
|
| D | typed_bytecode_lowering.cpp | 1964 CString fileDesc; in GetCalleePandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | file_header.h | 48 …static bool VerifyVersion(const char *fileDesc, uint32_t currVersion, uint32_t lastVersion, bool s… in VerifyVersion() 91 bool VerifyVersion(const char *fileDesc, const VersionType &lastVersion, bool strictMatch) const in VerifyVersion() 125 …static bool VerifyVersion(const char *fileDesc, const VersionType &currVersion, const VersionType … in VerifyVersion()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | compile_decision.cpp | 36 CString fileDesc; in GetMethodName() local
|
| D | jit.cpp | 239 CString fileDesc = jSPandaFile->GetJSPandaFileDesc(); in CountInterpExecFuncs() local
|