Home
last modified time | relevance | path

Searched defs:methodOffset (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.cpp67 uint32_t methodOffset = method->GetMethodId().GetOffset(); in Record() local
H A Dts_hcr_opt_pass.h66 JSTaggedValue GetStringFromConstantPool(uint32_t methodOffset, uint32_t cpIdx, bool allowAlloc = true) const in GetStringFromConstantPool() argument
H A Daot_compilation_env.cpp108 JSTaggedValue AOTCompilationEnv::GetStringFromConstantPool(const uint32_t methodOffset, const uint16_t cpIdx, in GetStringFromConstantPool() argument
H A Dcompilation_driver.h167 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 Dpgo_bc_info.h41 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 Dts_inline_lowering.h46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, NativeAreaAllocator *nativeAreaAllocator, PassOptions *options, uint32_t methodOffset, CallMethodFlagMap *callMethodFlagMap) TSInlineLowering() argument
H A Dts_hcr_opt_pass.cpp116 auto methodOffset = acc_.TryGetMethodOffset(gate); in IsSingleCharString() local
143 auto methodOffset = acc_.TryGetMethodOffset(gate); in ConvertConstSingleCharToInt32() local
H A Daot_compiler_preprocessor.h158 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 Djit_compilation_env.cpp109 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 Dntype_bytecode_lowering.cpp216 auto methodOffset = acc_.TryGetMethodOffset(gate); in LowerNTypedCreateArrayWithBuffer() local
H A Dbytecode_info_collector.h183 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 Dbytecode_info_collector.cpp137 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 Dcompiler_log.cpp88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* log) in TimeScope() argument
H A Daot_compiler_preprocessor.cpp363 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 Dglobal_type_info.h81 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedobject_test.cpp129 uint32_t methodOffset = 100; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_global_data.cpp50 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 Dsnapshot_constantpool_data.cpp136 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 Dpgo_type_recorder.cpp25 PGOTypeRecorder( const PGOProfilerDecoder &decoder, const JSPandaFile *jsPandaFile, uint32_t methodOffset) PGOTypeRecorder() argument
H A Dpgo_type_location.h34 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 Dpgo_type_parser.cpp20 Parse(const BytecodeInfoCollector &collector, const PGOTypeRecorder &typeRecorder, const PGOHClassGenerator &generator, uint32_t methodOffset) Parse() argument
H A Dpgo_type_manager.cpp48 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 Dark_aot_linker.cpp164 auto methodOffset = methodOffsets.find(methodName); in RelocateFunctionSection() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_handler.h415 uint32_t methodOffset = Method::Cast(func->GetMethod())->GetMethodId().GetOffset(); in LoadPrototype() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcodegen.cpp546 auto methodOffset = CastToCall(inst)->GetCallMethodId(); in CallHandler() local

Completed in 17 milliseconds

12