Home
last modified time | relevance | path

Searched defs:uint32_t (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Daot_data.h58 std::map<std::pair<const File *, uint32_t>, int32_t> *got_plt, in AotData() argument
/arkcompiler/runtime_core/runtime/include/tooling/
Dpt_thread.h28 explicit PtThread(uint32_t /* unused */) : managed_thread_(nullptr) {} in PtThread() argument
Ddebug_interface.h503 …virtual std::optional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t… in SetVariable() argument
509 …virtual std::optional<Error> GetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t… in GetVariable() argument
537 …virtual std::optional<Error> GetThisVariableByFrame(PtThread /* thread */, uint32_t /* frameDepth … in GetThisVariableByFrame() argument
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp210 uint32_t DetailAllocTracker::WriteStacks(std::ostream &out, std::map<uint32_t, uint32_t> *id_map) in WriteStacks()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h318 explicit RangeSet(const std::list<std::pair<uint32_t, uint32_t>> &rangeSet) in RangeSet()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp97 const CUnorderedMap<uint32_t, uint64_t> *constpoolMap) in GetOrInsertConstantPool()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp507 void IrBuilder::ConnectTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBl… in ConnectTryCodeBlock()
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_table_test.cpp49 typename C::Entry CreateEntry(std::array<uint32_t, N> data) in CreateEntry()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h312 uint32_t * /* class_id */) override in ResolveField() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp264 void ArkStackMapBuilder::GenARKDeopt(const DeoptInfoType& deopt, std::pair<uint32_t, in GenARKDeopt()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h574 void AddIndexInfoToRecordInfo(RecordType type, std::pair<uint32_t, uint32_t> indexInfo) in AddIndexInfoToRecordInfo()
Dts_manager.cpp1167 void TSManager::ResolveSnapshotConstantPool(const std::map<uint32_t, uint32_t> &methodToEntryIndexM… in ResolveSnapshotConstantPool()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.cpp1408 void PartitionNode::GetUsesVector(std::vector<std::pair<uint32_t, in GetUsesVector()
1529 void Partition::MergeUses(std::map<uint32_t, std::vector<std::shared_ptr<PartitionNode>>> &indexToU… in MergeUses()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp256 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()