Searched defs:uint32_t (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | aot_data.h | 58 std::map<std::pair<const File *, uint32_t>, int32_t> *got_plt, in AotData() argument
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | pt_thread.h | 28 explicit PtThread(uint32_t /* unused */) : managed_thread_(nullptr) {} in PtThread() argument
|
| D | debug_interface.h | 503 …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/ |
| D | alloc_tracker.cpp | 210 uint32_t DetailAllocTracker::WriteStacks(std::ostream &out, std::map<uint32_t, uint32_t> *id_map) in WriteStacks()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.h | 318 explicit RangeSet(const std::list<std::pair<uint32_t, uint32_t>> &rangeSet) in RangeSet()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 97 const CUnorderedMap<uint32_t, uint64_t> *constpoolMap) in GetOrInsertConstantPool()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 507 void IrBuilder::ConnectTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBl… in ConnectTryCodeBlock()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_table_test.cpp | 49 typename C::Entry CreateEntry(std::array<uint32_t, N> data) in CreateEntry()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 312 uint32_t * /* class_id */) override in ResolveField() argument
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.cpp | 264 void ArkStackMapBuilder::GenARKDeopt(const DeoptInfoType& deopt, std::pair<uint32_t, in GenARKDeopt()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 53 static void Write(BitMemoryStreamOut<Container> &stream, const std::array<uint32_t, N> &data) in Write()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 574 void AddIndexInfoToRecordInfo(RecordType type, std::pair<uint32_t, uint32_t> indexInfo) in AddIndexInfoToRecordInfo()
|
| D | ts_manager.cpp | 1167 void TSManager::ResolveSnapshotConstantPool(const std::map<uint32_t, uint32_t> &methodToEntryIndexM… in ResolveSnapshotConstantPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_optimizer.cpp | 1408 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/ |
| D | pandagen.cpp | 256 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo()
|