Home
last modified time | relevance | path

Searched refs:GetConstantPool (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/libpandafile/
Ddebug_data_accessor-inl.h42 inline Span<const uint8_t> DebugInfoDataAccessor::GetConstantPool() in GetConstantPool() function
58 GetConstantPool(); in SkipConstantPool()
Ddebug_data_accessor.h47 Span<const uint8_t> GetConstantPool();
Ddebug_helpers.h152 dda.GetLineStart(), dda.GetConstantPool()); in GetLineNumber()
Dfile_reader.cpp1060 debug_acc.GetConstantPool()); in UpdateDebugInfoDependecies()
1155 debug_acc.GetConstantPool()); in UpdateDebugInfo()
1159 lnp_item->EmitAdvancePc(debug_info_item->GetConstantPool(), state.ReadULeb128()); in UpdateDebugInfo()
1163 lnp_item->EmitAdvanceLine(debug_info_item->GetConstantPool(), state.ReadSLeb128()); in UpdateDebugInfo()
1181 lnp_item->EmitStartLocal(debug_info_item->GetConstantPool(), reg_number, name_item, in UpdateDebugInfo()
1204 … lnp_item->EmitStartLocalExtended(debug_info_item->GetConstantPool(), reg_number, name_item, in UpdateDebugInfo()
1236 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_file_item); in UpdateDebugInfo()
1243 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item); in UpdateDebugInfo()
Ddebug_info_extractor.cpp236 dda.GetConstantPool()); in Extract()
Dfile_items.h707 std::vector<uint8_t> *GetConstantPool() in GetConstantPool() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h718 state->constpool = method->GetConstantPool(); in Execute()
792 state->constpool = method->GetConstantPool(); in GeneratorReEnterInterpreter()
1037 auto constpool = GetConstantPool(sp); in RunInternal()
1406 state->constpool = methodHandle->GetConstantPool(); in RunInternal()
2278 auto constpool = GetConstantPool(sp); in RunInternal()
2295 auto constpool = GetConstantPool(sp); in RunInternal()
2314 auto constpool = GetConstantPool(sp); in RunInternal()
2331 auto constpool = GetConstantPool(sp); in RunInternal()
2365 auto constpool = GetConstantPool(sp); in RunInternal()
2379 auto constpool = GetConstantPool(sp); in RunInternal()
[all …]
Dinterpreter_assembly.cpp320 constpool = GetConstantPool(sp); in HandleLdaStrId16()
1887 constpool = GetConstantPool(sp); in HandleThrowUndefinedifholewithnamePrefId16()
1907 constpool = GetConstantPool(sp); in HandleStownbynameImm8Id16V8()
1924 constpool = GetConstantPool(sp); in HandleStownbynameImm8Id16V8()
1986 constpool = GetConstantPool(sp); in HandleCreateregexpwithliteralImm8Id16Imm8()
2311 constpool = GetConstantPool(sp); in HandleTryldglobalbynameImm8Id16()
2362 constpool = GetConstantPool(sp); in HandleTrystglobalbynameImm8Id16()
2467 constpool = GetConstantPool(sp); in HandleStownbynamewithnamesetImm8Id16V8()
2486 constpool = GetConstantPool(sp); // Maybe moved by GC in HandleStownbynamewithnamesetImm8Id16V8()
2503 constpool = GetConstantPool(sp); in HandleLdglobalvarImm16Id16()
[all …]
Dinterpreter.h59 static inline JSTaggedValue GetConstantPool(JSTaggedType *sp);
Dinterpreter_assembly.h50 static JSTaggedValue GetConstantPool(JSTaggedType *sp);
Dfast_runtime_stub-inl.h289 state->constpool = method->GetConstantPool(); in NewThisObject()
Dframe_handler.cpp238 JSTaggedValue constpool = method->GetConstantPool(); in GetConstpool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp32 JSHandle<ConstantPool> constpool(thread, method->GetConstantPool()); in GenerateScopeInfo()
Ddebug_info_extractor.cpp297 dda.GetConstantPool()); in ExtractorMethodDebugInfo()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp53 JSTaggedValue constpool = GetConstantPool(); in GetJSPandaFile()
Djs_serializer.cpp479 JSHandle<ConstantPool> constPool(thread_, method->GetConstantPool()); in WriteMethod()
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp141 auto *constant_pool = debug_info_item->GetConstantPool(); in PreparePandaFile()
175 auto *constant_pool_bar = debug_info_item_bar->GetConstantPool(); in PreparePandaFile()
190 auto *constant_pool_baz = debug_info_item_baz->GetConstantPool(); in PreparePandaFile()
Dfile_item_container_test.cpp626 auto *constant_pool = debug_info_item->GetConstantPool();
669 auto cp = dda.GetConstantPool(); in __anon97c8f9171102()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp106 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in LowerCreateArrayWithBuffer()
Dntype_hcr_lowering.cpp152 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in LowerNTypedCreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp124 JSHandle<ConstantPool> constantPool(GetConstantPool()); in RecordElmToVecAndIndexMap()
188 JSHandle<ConstantPool> constantPool(GetConstantPool()); in RecordIhcToVecAndIndexMap()
202 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetValueFromCache()
570 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetMethodIndex()
1519 JSHandle<ConstantPool> constantPool(GetConstantPool()); in GetStringFromConstantPool()
Dts_manager.h569 JSHandle<JSTaggedValue> PUBLIC_API GetConstantPool() const in GetConstantPool() function
Dts_type_parser.cpp840 JSHandle<ConstantPool> constpoolHandle(tsManager_->GetConstantPool()); in ParseObjectPGOType()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp233 Span<const uint8_t> constant_pool = dda.GetConstantPool(); in TEST()
Dassembler_emitter_test.cpp264 Span<const uint8_t> constant_pool = dda.GetConstantPool(); in __anon654af7a10902()

12