Searched defs:fileDesc (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | file_header.h | 48 static bool VerifyVersion(const char *fileDesc, uint32_t currVersion, uint32_t lastVersion, bool strictMatch) in VerifyVersion() argument 91 bool VerifyVersion(const char *fileDesc, const VersionType &lastVersion, bool strictMatch) const in VerifyVersion() argument 94 LOG_HOST_TOOL_ERROR << "Magic mismatch, please make sure " << fileDesc in VerifyVersion() local 125 static bool VerifyVersion(const char *fileDesc, const VersionType &currVersion, const VersionType &lastVersion, in VerifyVersion() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler_preprocessor.h | 158 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument 163 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall() argument 168 SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) SetIsAotCompile() argument 173 GetIsAotCompile(CString fileDesc, uint32_t methodOffset) GetIsAotCompile() argument [all...] |
| H A D | aot_compiler_preprocessor.cpp | 363 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument 368 bool CallMethodFlagMap::IsFastCall(CString fileDesc, uint32_t methodOffset) const in IsFastCall() argument 376 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile() argument 381 bool CallMethodFlagMap::IsAotCompile(CString fileDesc, uint32_t methodOffset) const in IsAotCompile() argument 389 SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) SetIsJitCompile() argument 394 IsJitCompile(CString fileDesc, uint32_t methodOffset) const IsJitCompile() argument 468 CString fileDesc = jsPandaFile->GetNormalizedFileDesc(); GenerateMethodMap() local [all...] |
| H A D | ts_inline_lowering.cpp | 764 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc(); in UpdateCallMethodFlagMap() local
|
| H A D | type_info_accessors.h | 435 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in IsHotnessFunc() local 529 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in CanFastCall() local
|
| H A D | typed_bytecode_lowering.cpp | 1888 CString fileDesc; in GetCalleePandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit.cpp | 338 CString fileDesc = jSPandaFile->GetJSPandaFileDesc(); in CountInterpExecFuncs() local 362 CString fileDesc = jSPandaFile->GetJSPandaFileDesc(); in Compile() local
|
Completed in 11 milliseconds