Home
last modified time | relevance | path

Searched defs:int32_t (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp84 int32_t Log::PrintLogger(int32_t, int32_t level, const char *, const char *, const char *message) in PrintLogger() argument
Djs_date_time_format.cpp1116std::array<int32_t, 2> begin, std::array<int32_t, 2> end) // 2: number of elements in TrackValue()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dbcopt_type_adaption_test.cpp76 …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/
Dts_manager.cpp1001 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/
Doptimize_bytecode.cpp111std::unordered_map<int32_t, TypeInfoIndex> *order_type_map, const pandasm::Program *prog) in ExtractTypeInfo()
Druntime_adapter.h388 bool FillArgTypePairs(std::unordered_map<int32_t, TypeInfoIndex> *map) const override in FillArgTypePairs()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp426 void Emitter::GenBufferLiterals(ArenaVector<std::pair<int32_t, std::vector<Literal>>> &literalBuffe… in GenBufferLiterals()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp313 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/
Ddebug_interface.h503 …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/
Druntime_interface.h946 …virtual bool FillArgTypePairs([[maybe_unused]] std::unordered_map<int32_t, TypeInfoIndex> *map) co… in FillArgTypePairs()