| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 847 (*out) << std::setw(INDENT_OPCODE) << opcode + ' ' + methodId << ' '; in DumpOpcode() local 862 (*out) << std::setw(INDENT_OPCODE) << opcode + ' ' + methodId << ' '; in DumpOpcode() local 895 (*out) << std::setw(INDENT_OPCODE) << opcode + inlined + methodId << ' '; in DumpOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | aot_compiler_preprocessor.cpp | 463 auto methodId = methodLiteral->GetMethodId(); in GenerateMethodMap() local
|
| H A D | hcr_circuit_builder.h | 405 GateRef methodId = Int64And(Int64LSR(literalInfo, Int64(MethodLiteral::MethodIdBits::START_BIT)), in GetMethodId() local
|
| H A D | mcr_circuit_builder.h | 562 GateRef CircuitBuilder::JSNoGCCallThisTargetTypeCheck(GateRef func, GateRef methodId, GateRef gate) in JSNoGCCallThisTargetTypeCheck() argument
|
| H A D | type_info_accessors.h | 436 uint32_t methodId = profileType->GetProfileType().GetId(); in IsHotnessFunc() local 450 uint32_t methodId = profileType->GetProfileType().GetId(); in GetFunctionTypeLength() local 469 uint32_t methodId = profileType->GetProfileType().GetId(); in IsNoGC() local 487 uint32_t methodId = profileType->GetProfileType().GetId(); in GetMethodIndex() local 530 uint32_t methodId in CanFastCall() local 546 uint32_t methodId = profileType->GetProfileType().GetId(); GetFuncMethodOffset() local [all...] |
| H A D | interpreter_stub.cpp | 4090 GateRef methodId = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 4127 GateRef methodId = ReadInst16_2(pc);
in DECLARE_ASM_HANDLER() local 4164 GateRef methodId = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 4817 GateRef methodId = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 4870 GateRef methodId = ReadInst16_2(pc);
in DECLARE_ASM_HANDLER() local 4923 GateRef methodId = ReadInst16_1(pc); DECLARE_ASM_HANDLER() local 4943 GateRef methodId = ReadInst16_2(pc); DECLARE_ASM_HANDLER() local 5479 GateRef methodId = ReadInst16_1(pc); DECLARE_ASM_HANDLER() local 5508 GateRef methodId = ReadInst16_2(pc); DECLARE_ASM_HANDLER() local 5642 GateRef methodId = ReadInst16_3(pc); DECLARE_ASM_HANDLER() local [all...] |
| H A D | typed_bytecode_lowering.cpp | 1526 size_t methodId = tacc.GetCallMethodId(); in LowerTypedNewObjRange() local 1606 auto methodId = tacc.GetMethodId(); in LowerTypedSuperCall() local 1813 auto methodId = tacc.GetMethodId(); in LowerTypedCall() local 1987 auto methodId = tacc.GetMethodId(); in LowerTypedThisCall() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 92 panda_file::File::EntityId methodId = method->GetMethodId(); in BuildMethodTrace() local 106 uint32_t methodId = it->second; in BuildInlinedMethodTrace() local 321 panda_file::File::EntityId methodId = method->GetMethodId(); in BuildJsStackInfo() local 514 uintptr_t methodId in ReadMethodInfo() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_info.cpp | 201 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet() argument 213 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type) in AddType() argument 221 AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type) AddCallTargetType() argument 229 AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOObjectInfo &info) AddObjectInfo() argument 237 AddDefine(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGODefineOpType type) AddDefine() argument 248 auto methodId = iter->first; Merge() local 267 auto methodId = iter->first; Merge() local 282 auto methodId = iter->first; Merge() local 393 uint32_t methodId; ParseFromText() local 592 AddType(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGOSampleType type) AddType() argument 600 AddCallTargetType(ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGOSampleType type) AddCallTargetType() argument 608 AddObjectInfo( ProfileType recordProfileType, EntityId methodId, int32_t offset, const PGOObjectInfo &info) AddObjectInfo() argument 616 AddDefine( ProfileType recordProfileType, PGOMethodId methodId, int32_t offset, PGODefineOpType type) AddDefine() argument 987 Match(const CString &abcNormalizedDesc, const CString &recordName, EntityId methodId) Match() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 62 EntityId methodId = method->GetMethodId(); in BuildClassInfoExtractorFromLiteral() local 177 EntityId methodId = detail.methodLiteral->GetMethodId(); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | codegen.cpp | 496 void BytecodeGen::CallHandler(GraphVisitor *visitor, Inst *inst, std::string methodId) in CallHandler() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_ark_interface.cpp | 729 auto methodId = utils::GetMethodIdFromAttr(call); in IsInterfaceMethod() local 598 RememberFunctionCall(const llvm::Function *caller, const llvm::Function *callee, MethodId methodId) RememberFunctionCall() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| H A D | paoc.cpp | 638 auto methodId = method->GetFileId(); in Compile() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_reader.cpp | 590 BaseClassItem *FileReader::GetCatchTypeItem(CodeDataAccessor::CatchBlock &catchBlock, File::EntityId methodId, in GetCatchTypeItem() argument 607 SetMethodCodeIfPresent(std::optional<File::EntityId> &codeId, MethodItem *methodItem, File::EntityId &methodId) SetMethodCodeIfPresent() argument 652 CreateMethodItem(ClassItem *cls, File::EntityId methodId) CreateMethodItem() argument 815 CreateForeignMethodItem(BaseClassItem *fcls, File::EntityId methodId) CreateForeignMethodItem() argument 995 TryCreateMethodItem(File::EntityId methodId) TryCreateMethodItem() argument 1099 File::EntityId methodId = reverseDone.find(methodItem)->second; InstCheckByFlags() local 1107 File::EntityId methodId = reverseDone.find(methodItem)->second; InstCheckByFlags() local 1115 File::EntityId methodId = reverseDone.find(methodItem)->second; InstCheckByFlags() local 1177 File::EntityId methodId = reverseDone.find(methodItem)->second; InstUpdateId() local 1188 File::EntityId methodId = reverseDone.find(methodItem)->second; InstUpdateId() local 1199 File::EntityId methodId = reverseDone.find(methodItem)->second; InstUpdateId() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_runtime_interface.h | 433 static const uint8_t *GetMethodName([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId methodId) in GetMethodName() argument 438 static Class *GetMethodClass([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId methodId) in GetMethodClass() argument 443 static uint32_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId methodId) in GetMethodArgumentsCount() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 2085 uint16_t methodId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2109 uint16_t methodId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2131 uint16_t methodId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2152 uint16_t methodId = READ_INST_16_2(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2515 int16_t methodId = READ_INST_16_1(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2539 uint16_t methodId = READ_INST_16_2(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4904 uint16_t methodId = READ_INST_16_1(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5593 int16_t methodId = READ_INST_16_3(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A D | baseline_stubs.cpp | 1502 GateRef methodId = Int32Argument(PARAM_INDEX(BaselineDefinefuncImm8Id16Imm8, METHODID)); in GenerateCircuit() local 1532 GateRef methodId = Int32Argument(PARAM_INDEX(BaselineDefinefuncImm16Id16Imm8, METHODID)); in GenerateCircuit() local 1562 GateRef methodId = Int32Argument(PARAM_INDEX(BaselineDefinemethodImm8Id16Imm8, METHODID)); in GenerateCircuit() local 1587 GateRef methodId = Int32Argument(PARAM_INDEX(BaselineDefinemethodImm16Id16Imm8, METHODID)); in GenerateCircuit() local 2018 GateRef methodId = Int32Argument(PARAM_INDEX(BaselineDefineclasswithbufferImm8Id16Id16Imm16V8, METHOD_ID)); in GenerateCircuit() local 2064 GateRef methodId = Int32And(methodLiteralId, Int32(TWO_BYTE_ALL_ONE)); GenerateCircuit() local 4714 GateRef methodId = Int32Argument( GenerateCircuit() local 5551 GateRef methodId = Int32Argument( GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_snapshot.cpp | 891 panda_file::File::EntityId methodId = methodLiteral->GetMethodId(); in AddMethodInfo() local 1204 panda_file::File::EntityId methodId = methodLiteral->GetMethodId(); in ParseFunctionName() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 522 auto methodId = Method::Cast(accessorFunction->GetMethod())->GetMethodId().GetOffset(); in HandleLoadTypePrototypeHandler() local 598 auto methodId = Method::Cast(accessorFunction->GetMethod())->GetMethodId().GetOffset(); in HandleOtherTypesPrototypeHandler() local 32 ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo, ProfileTypeInfo *rawProfileTypeInfo, EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, [[maybe_unused]]const panda_file::File::Header *header, bool useRawProfileTypeInfo) ProfileBytecode() argument
|
| /foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
| H A D | trans_event_form.h | 116 int32_t methodId; member
|
| /third_party/lzma/C/ |
| H A D | Xz.h | 182 UInt32 methodId;
member
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 337 void Disassembler::AddMethodToTables(const panda_file::File::EntityId &methodId) in AddMethodToTables() argument 352 void Disassembler::GetMethod(pandasm::Function *method, const panda_file::File::EntityId &methodId) in GetMethod() argument 354 LOG(DEBUG, DISASSEMBLER) << "\n[getting method]\nid: " << methodId << " (0x" << std::hex << methodId << ")"; in GetMethod() local 382 LOG(ERROR, DISASSEMBLER) << "> error encountered at " << methodId << " (0x" << std::hex << methodId GetMethod() local 673 GetExceptions(pandasm::Function *method, panda_file::File::EntityId methodId, panda_file::File::EntityId codeId) const GetExceptions() argument 872 LOG(DEBUG, DISASSEMBLER) << "[getting metadata]\\nmethod id: " << methodId << " (0x" << std::hex << methodId << ")"; GetMetaData() local 1222 GetMethodInfo(const panda_file::File::EntityId &methodId, MethodInfo *methodInfo) const GetMethodInfo() argument 1789 GetInstructions(pandasm::Function *method, panda_file::File::EntityId methodId, panda_file::File::EntityId codeId) GetInstructions() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder-inl.h | 294 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildAbsIntrinsic() local 329 [[maybe_unused]] auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildBinaryOperationIntrinsic() local 343 [[maybe_unused]] auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildSqrtIntrinsic() local 356 auto methodId in BuildIsNanIntrinsic() local 1256 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); BuildMultiDimensionalArrayObject() local 1301 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); BuildInitObjectMultiDimensionalArray() local 1336 BuildCallStaticForInitObject(const BytecodeInstruction *bcInst, uint32_t methodId, Inst **resolver) BuildCallStaticForInitObject() argument 1349 GetRuntime()->GetUnresolvedTypes()->AddTableSlot(GetMethod(), methodId, BuildCallStaticForInitObject() local 1392 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIndex()); BuildInitObject() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 951 JSTaggedValue SlowRuntimeStub::DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId, in DefineFunc() argument 1131 CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, JSTaggedValue lexenv, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, JSTaggedValue module, JSTaggedValue length) CreateClassWithBuffer() argument 1147 CreateSharedClass(JSThread *thread, JSTaggedValue base, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, uint16_t length, JSTaggedValue module) CreateSharedClass() argument
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 173 auto methodId = method->GetMethodId(); in SendableMethodEntry() local 259 panda_file::File::EntityId methodId = location.GetMethodId(); in IsSkipLine() local 315 panda_file::File::EntityId methodId = location->GetMethodId(); in NotifyPaused() local 1674 auto methodId = method->GetMethodId(); in GenerateCallFrame() local 1754 auto methodId = method->GetMethodId(); GetLocalScopeChain() local 1806 EntityId methodId = method->GetMethodId(); GetClosureScopeChains() local 1918 GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId methodId, const JSPandaFile *jsPandaFile, Local<JSValueRef> &thisVal, Local<ObjectRef> &localObj) GetLocalVariables() argument [all...] |