Home
last modified time | relevance | path

Searched refs:slots (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots_allocator.h353 void AddFreedRunSlots(RunSlotsType *slots) in AddFreedRunSlots() argument
355 [[maybe_unused]] bool oldVal = freedRunslotsBitmap_.AtomicTestAndSet(slots); in AddFreedRunSlots()
358 ASAN_POISON_MEMORY_REGION(slots, RUNSLOTS_SIZE); in AddFreedRunSlots()
H A Drunslots_allocator-inl.h882 auto slots = static_cast<RunSlotsType *>(freedRunslotsBitmap_.FindFirstMarkedChunks()); in GetFreedRunSlots() local
883 if (slots == nullptr) { in GetFreedRunSlots()
890 slots->Initialize(slotsSize, ToUintPtr(this), true); in GetFreedRunSlots()
893 [[maybe_unused]] bool oldVal = freedRunslotsBitmap_.AtomicTestAndClear(slots); in GetFreedRunSlots()
897 return slots; in GetFreedRunSlots()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_analysis_results.cpp39 void BytecodeAnalysisResult::SetConstantLocalExportSlots(const std::unordered_set<uint32_t> &slots) in SetConstantLocalExportSlots() argument
41 constant_local_export_slots_ = slots; in SetConstantLocalExportSlots()
123 os << "Constant local export slots: " << std::endl; in Dump()
H A Dbytecode_analysis_results.h36 void SetConstantLocalExportSlots(const std::unordered_set<uint32_t> &slots);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dvisitor.h21 #include <ecmascript/mem/slots.h>
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h136 static void SetConstantLocalExportSlots(const std::string &record, const std::unordered_set<uint32_t> &slots);
H A Dhelpers.cpp670 void Helpers::SetConstantLocalExportSlots(const std::string &record, const std::unordered_set<uint32_t> &slots) in SetConstantLocalExportSlots() argument
674 result.SetConstantLocalExportSlots(slots); in SetConstantLocalExportSlots()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 34 milliseconds