Searched refs:methodId_ (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | js_pt_method.h | 28 : 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};
|
D | js_pt_location.h | 31 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/ |
D | ntype_mcr_lowering.h | 81 panda_file::File::EntityId methodId_ {0};
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.cpp | 965 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()
|
D | pgo_profiler_info.h | 687 explicit PGODecodeMethodInfo(PGOMethodId id) : methodId_(id) {} in PGODecodeMethodInfo() 691 return methodId_; in GetMethodId() 702 PGOMethodId methodId_ {0};
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.h | 174 size_t methodId_ {0};
|
D | method_type_infer.cpp | 28 …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()
|