Home
last modified time | relevance | path

Searched refs:methodOffset_ (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_location.h36 : 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 Dglobal_type_info.h83 : 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 Dcompiler_log.cpp89 : 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 Dcompiler_log.h200 uint32_t methodOffset_ {0};
H A Dpass.h81 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 Dsnapshot_constantpool_data.h42 uint32_t methodOffset_ {0};
H A Dsnapshot_constantpool_data.cpp41 PGOTypeLocation loc(jsPandaFile_, data.methodOffset_, data.bcIndex_); in TryGetIHClass()

Completed in 6 milliseconds