Searched defs:int32_t (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | log.cpp | 84 int32_t Log::PrintLogger(int32_t, int32_t level, const char *, const char *, const char *message) in PrintLogger() argument
|
D | js_date_time_format.cpp | 1116 … std::array<int32_t, 2> begin, std::array<int32_t, 2> end) // 2: number of elements in TrackValue()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | bcopt_type_adaption_test.cpp | 76 …void CheckTypeExist(const std::unordered_map<int32_t, int32_t> &typeinfo, int32_t order, int32_t t… in CheckTypeExist() argument
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 1001 void TSManager::GenerateSnapshotConstantPoolList(std::map<int32_t, uint32_t> &cpListIndexMap, in GenerateSnapshotConstantPoolList() 1002 const CMap<int32_t, JSTaggedValue> &oldCPValues) in GenerateSnapshotConstantPoolList() 1030 void TSManager::FillSnapshotConstantPoolList(const std::map<int32_t, uint32_t> &cpListIndexMap, in FillSnapshotConstantPoolList() 1116 void TSManager::AddHClassToSnapshotConstantPoolList(const std::map<int32_t, uint32_t> &cpListIndexM… in AddHClassToSnapshotConstantPoolList()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 111 … std::unordered_map<int32_t, TypeInfoIndex> *order_type_map, const pandasm::Program *prog) in ExtractTypeInfo()
|
D | runtime_adapter.h | 388 bool FillArgTypePairs(std::unordered_map<int32_t, TypeInfoIndex> *map) const override in FillArgTypePairs()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 426 void Emitter::GenBufferLiterals(ArenaVector<std::pair<int32_t, std::vector<Literal>>> &literalBuffe… in GenBufferLiterals()
|
/arkcompiler/toolchain/tooling/agent/ |
D | heapprofiler_impl.cpp | 313 uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
|
/arkcompiler/runtime_core/runtime/include/tooling/ |
D | debug_interface.h | 503 …ional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t /* regNumber */, in SetVariable() argument 509 …ional<Error> GetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t /* regNumber */, in GetVariable() argument
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | runtime_interface.h | 946 …virtual bool FillArgTypePairs([[maybe_unused]] std::unordered_map<int32_t, TypeInfoIndex> *map) co… in FillArgTypePairs()
|