Home
last modified time | relevance | path

Searched refs:StoreWithoutBarrier (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_opcodes.h78 V(StoreWithoutBarrier, STORE_WITHOUT_BARRIER, GateFlags::NONE_FLAG, 0, 1, 2) \
H A Dpost_schedule.cpp262 builder_.StoreWithoutBarrier(VariableType::NATIVE_POINTER(), addr, newTop); in LoweringHeapAllocAndPrepareScheduleGate()
451 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreNoBarrierAndPrepareScheduleGate()
476 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreWithBarrierAndPrepareScheduleGate()
514 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreUnknownBarrierAndPrepareScheduleGate()
H A Dlcr_circuit_builder.cpp124 void CircuitBuilder::StoreWithoutBarrier(VariableType type, GateRef addr, GateRef value, MemoryAttribute mAttr) in StoreWithoutBarrier() function in panda::ecmascript::kungfu::CircuitBuilder
129 GateRef result = GetCircuit()->NewGate(circuit_->StoreWithoutBarrier(bit), in StoreWithoutBarrier()
H A Dstub_builder-inl.h3874 StoreWithoutBarrier(VariableType::JS_POINTER(), prop, IntPtr(PropertiesCache::PropertyKey::GetHclassOffset()), cls); in SetToPropertiesCache()
3875 StoreWithoutBarrier(VariableType::JS_ANY(), prop, IntPtr(PropertiesCache::PropertyKey::GetKeyOffset()), key); in SetToPropertiesCache()
3876 StoreWithoutBarrier(VariableType::INT32(), prop, IntPtr(PropertiesCache::PropertyKey::GetResultsOffset()), result); in SetToPropertiesCache()
3879 inline void StubBuilder::StoreWithoutBarrier(VariableType type, GateRef base, GateRef offset, GateRef value) in StoreWithoutBarrier() function in panda::ecmascript::kungfu::StubBuilder
3882 env_->GetBuilder()->StoreWithoutBarrier(type, addr, value); in StoreWithoutBarrier()
H A Dcircuit_builder.h852 void StoreWithoutBarrier(VariableType type, GateRef addr, GateRef value,
H A Dstub_builder.h1018 inline void StoreWithoutBarrier(VariableType type, GateRef base, GateRef offset, GateRef value);

Completed in 15 milliseconds