Home
last modified time | relevance | path

Searched refs:methodId_ (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h28 : jsPandaFile_(jsPandaFile), methodId_(methodId), isNative_(isNative) in PtMethod()
40 return methodId_; in GetMethodId()
50 return methodId_ == method.methodId_ &&
59 panda_file::MethodDataAccessor mda(*(jsPandaFile_->GetPandaFile()), methodId_); in GetCodeSize()
70 panda_file::File::EntityId methodId_ {0};
Djs_pt_location.h31 const std::string &sourceFile = "") : jsPandaFile_(jsPandaFile), methodId_(methodId), in jsPandaFile_()
48 return methodId_; in GetMethodId()
58 return methodId_ == location.methodId_ && bytecodeOffset_ == location.bytecodeOffset_ &&
66 location << "methodId:" << methodId_ << ", "; in ToString()
81 EntityId methodId_; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.h81 panda_file::File::EntityId methodId_ {0};
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp965 ASSERT(methodId_.IsValid() && from.methodId_.IsValid()); in Merge()
966 if (!(methodId_ == from.methodId_)) { in Merge()
967 LOG_ECMA(ERROR) << "MethodId not match. " << methodId_ << " vs " << from.methodId_; in Merge()
Dpgo_profiler_info.h687 explicit PGODecodeMethodInfo(PGOMethodId id) : methodId_(id) {} in PGODecodeMethodInfo()
691 return methodId_; in GetMethodId()
702 PGOMethodId methodId_ {0};
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h174 size_t methodId_ {0};
Dmethod_type_infer.cpp28 …lexEnvManager_(ctx->GetLexEnvManager()), methodId_(methodId), enableLog_(enableLog), methodName_(n… in MethodTypeInfer()
1014 auto type = lexEnvManager_->GetLexEnvElementType(methodId_, level, slot); in InferLdLexVarDyn()
1022 auto type = lexEnvManager_->GetLexEnvElementType(methodId_, level, slot); in InferStLexVarDyn()
1026 lexEnvManager_->SetLexEnvElementType(methodId_, level, slot, valueType); in InferStLexVarDyn()