Searched refs:methodOffset_ (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_type_info.h | 81 : jsPandaFile_(jsPandaFile), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in TypeLocation() 86 methodOffset_ == loc.methodOffset_ && 107 return methodOffset_; in GetMethodOffset() 112 uint32_t methodOffset_; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | global_type_infer.cpp | 21 …jsPandaFile_(ctx_->GetJSPandaFile()), bcInfo_(ctx->GetBytecodeInfo()), methodOffset_(methodOffset), in GlobalTypeInfer() 114 MethodInfo &methodInfo = methodList.at(methodOffset_); in ProcessTypeInference() 117 jsPandaFile_->FindMethodLiteral(methodOffset_), in ProcessTypeInference()
|
D | global_type_infer.h | 55 uint32_t methodOffset_ {0};
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | compiler_log.cpp | 89 …: ClockScope(), name_(std::move(name)), methodName_(std::move(methodName)), methodOffset_(methodOf… in TimeScope() 116 … << GetShortName(methodName_) << " offset:" << std::setw(OFFSET_LENS) << methodOffset_ in ~TimeScope() 121 log_->AddMethodTime(shortName, methodOffset_, timeUsed_); in ~TimeScope()
|
D | pass.h | 58 … methodOffset_(methodOffset), allocator_(allocator), decoder_(decoder), passOptions_(passOptions) in builder_() 126 return methodOffset_; in GetMethodOffset() 189 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation() 210 uint32_t methodOffset_; variable
|
D | compiler_log.h | 195 uint32_t methodOffset_ {0};
|