Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp185 int32_t Log::PrintLogger(int32_t, int32_t level, const char *, const char *, const char *message) in PrintLogger() argument
Djs_date_time_format.cpp1138std::array<int32_t, 2> begin, std::array<int32_t, 2> end) // 2: number of elements in TrackValue()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h186 bool FillArgTypePairs(std::unordered_map<int32_t, TypeInfoIndex> *map) const override in FillArgTypePairs()
Doptimize_bytecode.cpp111std::unordered_map<int32_t, TypeInfoIndex> *order_type_map, const pandasm::Program *prog) in ExtractTypeInfo()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h178 …virtual bool FillArgTypePairs([[maybe_unused]] std::unordered_map<int32_t, TypeInfoIndex> *map) co… in FillArgTypePairs()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp337 uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp455 void Emitter::GenBufferLiterals(ArenaVector<std::pair<int32_t, std::vector<Literal>>> &literalBuffe… in GenBufferLiterals()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1233 void TSManager::GenerateSnapshotConstantPoolList(std::map<int32_t, uint32_t> &cpListIndexMap, in GenerateSnapshotConstantPoolList()
1234 const CMap<int32_t, JSTaggedValue> &oldCPValues) in GenerateSnapshotConstantPoolList()
1279 void TSManager::FillSnapshotConstantPoolList(const std::map<int32_t, uint32_t> &cpListIndexMap, in FillSnapshotConstantPoolList()
1382 void TSManager::AddValueToSnapshotConstantPoolList(const std::map<int32_t, uint32_t> &cpListIndexMa… in AddValueToSnapshotConstantPoolList()