| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | pgo_bc_info.cpp | 67 uint32_t methodOffset = method->GetMethodId().GetOffset(); in Record() local
|
| H A D | ts_hcr_opt_pass.h | 66 JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx, bool allowAlloc = true) const in GetStringFromConstantPool() argument
|
| H A D | aot_compilation_env.cpp | 108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx, in GetStringFromConstantPool() argument
|
| H A D | compilation_driver.h | 167 auto methodOffset = methodLiteral->GetMethodId().GetOffset(); in CompileMethod() local 50 CompileMethod(const Callback &cb, const CString &recordName, const std::string &methodName, MethodLiteral *methodLiteral, uint32_t methodOffset, const MethodPcInfo &methodPcInfo, MethodInfo &methodInfo) CompileMethod() argument
|
| H A D | pgo_bc_info.h | 41 uint32_t methodOffset; member 54 void IterateValByMethodOffset(uint32_t methodOffset, Type type, const Callback &cb) const in IterateValByMethodOffset() argument 65 void IterateValByMethodOffsetAndType(uint32_t methodOffset, const Callback &cb) const in IterateValByMethodOffsetAndType() argument 97 void IterateInfoAndType(uint32_t methodOffset, const Callback &cb) const in IterateInfoAndType() argument 106 void IterateInfoByType(uint32_t methodOffset, Typ argument [all...] |
| H A D | ts_inline_lowering.h | 46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, NativeAreaAllocator *nativeAreaAllocator, PassOptions *options, uint32_t methodOffset, CallMethodFlagMap *callMethodFlagMap) TSInlineLowering() argument
|
| H A D | ts_hcr_opt_pass.cpp | 116 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString() local 143 auto methodOffset = acc_.TryGetMethodOffset(gate); in ConvertConstSingleCharToInt32() local
|
| H A D | aot_compiler_preprocessor.h | 158 void SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument 163 bool IsFastCall(CString fileDesc, uint32_t methodOffset) in IsFastCall() argument 168 SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) SetIsAotCompile() argument 173 GetIsAotCompile(CString fileDesc, uint32_t methodOffset) GetIsAotCompile() argument [all...] |
| H A D | jit_compilation_env.cpp | 109 uint32_t methodOffset = method->GetMethodId().GetOffset(); in FindOrCreateUnsharedConstpool() local 174 JSTaggedValue JitCompilationEnv::GetStringFromConstantPool([[maybe_unused]] const uint32_t methodOffset, in GetStringFromConstantPool() argument [all...] |
| H A D | ntype_bytecode_lowering.cpp | 216 auto methodOffset = acc_.TryGetMethodOffset(gate); in LowerNTypedCreateArrayWithBuffer() local
|
| H A D | bytecode_info_collector.h | 183 void AddSkippedMethod(uint32_t methodOffset) in AddSkippedMethod() argument 188 void EraseSkippedMethod(uint32_t methodOffset) in EraseSkippedMethod() argument 195 bool FindMethodOffsetToRecordName(uint32_t methodOffset) in FindMethodOffsetToRecordName() argument 200 void AddMethodOffsetToRecordName(uint32_t methodOffset, CStrin argument 220 SetClassTypeOffsetAndDefMethod(uint32_t classLiteralOffset, uint32_t methodOffset) SetClassTypeOffsetAndDefMethod() argument 236 SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) SetFunctionTypeIDAndMethodOffset() argument 243 IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) IterateMethodOffsetToFastCallInfo() argument 254 SetMethodOffsetToFastCallInfo(uint32_t methodOffset, bool canFastCall, bool noGC) SetMethodOffsetToFastCallInfo() argument 261 ModifyMethodOffsetToCanFastCall(uint32_t methodOffset, bool canFastCall) ModifyMethodOffsetToCanFastCall() argument 359 uint32_t methodOffset = method.first; IterateAllMethods() local [all...] |
| H A D | bytecode_info_collector.cpp | 137 auto methodOffset = methodIdx.GetOffset(); in ProcessMethod() local 163 CollectMethodPcsFromBC(const uint32_t insSz, const uint8_t *insArr, MethodLiteral *method, uint32_t methodOffset, const std::shared_ptr<CString> recordNamePtr) CollectMethodPcsFromBC() argument 233 SetMethodPcInfoIndex(uint32_t methodOffset, const std::pair<size_t, uint32_t> &processedMethodInfo, const std::shared_ptr<CString> recordNamePtr) SetMethodPcInfoIndex() argument [all...] |
| H A D | compiler_log.cpp | 88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log) in TimeScope() argument
|
| H A D | aot_compiler_preprocessor.cpp | 363 void CallMethodFlagMap::SetIsFastCall(CString fileDesc, uint32_t methodOffset, bool isFastCall) in SetIsFastCall() argument 376 void CallMethodFlagMap::SetIsAotCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) in SetIsAotCompile() argument 389 SetIsJitCompile(CString fileDesc, uint32_t methodOffset, bool isAotCompile) SetIsJitCompile() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| H A D | global_type_info.h | 81 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_sharedobject_test.cpp | 129 uint32_t methodOffset = 100; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_global_data.cpp | 50 uint32_t methodOffset = static_cast<uint32_t>(val.GetInt()); in Resolve() local 67 uint32_t methodOffset = static_cast<uint32_t>(methodOffsetVal.GetInt()); in Resolve() local
|
| H A D | snapshot_constantpool_data.cpp | 136 uint32_t methodOffset = 0; in CollectLiteralInfo() local 155 auto methodOffset = methodOffsetVec[i]; in CollectLiteralInfo() local 244 uint32_t methodOffset = cp->GetEntityId(data.constantPoolIdx_).GetOffset(); in StoreDataToGlobalData() local 401 uint32_t methodOffset = method->GetMethodId().GetOffset(); Record() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| H A D | pgo_type_recorder.cpp | 25 PGOTypeRecorder( const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) PGOTypeRecorder() argument
|
| H A D | pgo_type_location.h | 34 explicit PGOTypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in PGOTypeLocation() argument 37 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation() argument
|
| H A D | pgo_type_parser.cpp | 20 Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, const PGOHClassGenerator &generator, uint32_t methodOffset) Parse() argument
|
| H A D | pgo_type_manager.cpp | 48 JSTaggedValue PGOTypeManager::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx) const in GetStringFromConstantPool() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | ark_aot_linker.cpp | 164 auto methodOffset = methodOffsets.find(methodName); in RelocateFunctionSection() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_handler.h | 415 uint32_t methodOffset = Method::Cast(func->GetMethod())->GetMethodId().GetOffset(); in LoadPrototype() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | codegen.cpp | 546 auto methodOffset = CastToCall(inst)->GetCallMethodId(); in CallHandler() local
|