Home
last modified time | relevance | path

Searched defs:fileDesc (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_preprocessor.h158 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
163 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall()
168 void SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
173 bool GetIsAotCompile(CString fileDesc, uint32_t methodOffset) in GetIsAotCompile()
Daot_compiler_preprocessor.cpp369 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall()
374 bool CallMethodFlagMap::IsFastCall(CString fileDesc, uint32_t methodOffset) const in IsFastCall()
382 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile()
387 bool CallMethodFlagMap::IsAotCompile(CString fileDesc, uint32_t methodOffset) const in IsAotCompile()
395 void CallMethodFlagMap::SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsJitCompile()
400 bool CallMethodFlagMap::IsJitCompile(CString fileDesc, uint32_t methodOffset) const in IsJitCompile()
478 CString fileDesc = jsPandaFile->GetNormalizedFileDesc(); in GenerateMethodMap() local
Dtype_info_accessors.h435 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in IsHotnessFunc() local
529 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in CanFastCall() local
Dts_inline_lowering.cpp764 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc(); in UpdateCallMethodFlagMap() local
Dtyped_bytecode_lowering.cpp1878 CString fileDesc; in GetCalleePandaFile() local
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h48 …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/
Djit.cpp341 CString fileDesc = jSPandaFile->GetJSPandaFileDesc(); in CountInterpExecFuncs() local
394 CString fileDesc = jSPandaFile->GetJSPandaFileDesc(); in Compile() local