Searched refs:methodOffset_ (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_location.h | 36 : abcName_(jsPandaFile->GetNormalizedFileDesc()), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in PGOTypeLocation() 39 : abcName_(abcName), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in PGOTypeLocation() 44 methodOffset_ == loc.methodOffset_ && in operator ==() 63 return methodOffset_; in GetMethodOffset() 73 uint32_t methodOffset_; member in panda::ecmascript::kungfu::PGOTypeLocation
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
H A D | global_type_info.h | 83 : jsPandaFile_(jsPandaFile), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in TypeLocation() 88 methodOffset_ == loc.methodOffset_ && in operator ==() 109 return methodOffset_; in GetMethodOffset() 114 uint32_t methodOffset_; member in panda::ecmascript::TypeLocation
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | compiler_log.cpp | 89 : ClockScope(), name_(std::move(name)), methodName_(std::move(methodName)), methodOffset_(methodOffset), log_(log) in TimeScope() 116 << GetShortName(methodName_) << " offset:" << std::setw(OFFSET_LENS) << methodOffset_ in ~TimeScope() 121 log_->AddMethodTime(shortName, methodOffset_, timeUsed_); in ~TimeScope()
|
H A D | compiler_log.h | 200 uint32_t methodOffset_ {0};
|
H A D | pass.h | 81 methodOffset_(methodOffset), callMethodFlagMap_(callMethodFlagMap), fileInfos_(fileInfos), 151 return methodOffset_; in GetMethodOffset() 201 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation() 216 uint32_t methodOffset_; member in panda::ecmascript::kungfu::PassData
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_constantpool_data.h | 42 uint32_t methodOffset_ {0};
|
H A D | snapshot_constantpool_data.cpp | 41 PGOTypeLocation loc(jsPandaFile_, data.methodOffset_, data.bcIndex_); in TryGetIHClass()
|
Completed in 6 milliseconds