Searched refs:StoreWithoutBarrier (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_opcodes.h | 78 V(StoreWithoutBarrier, STORE_WITHOUT_BARRIER, GateFlags::NONE_FLAG, 0, 1, 2) \
|
H A D | post_schedule.cpp | 262 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 D | lcr_circuit_builder.cpp | 124 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 D | stub_builder-inl.h | 3874 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 D | circuit_builder.h | 852 void StoreWithoutBarrier(VariableType type, GateRef addr, GateRef value,
|
H A D | stub_builder.h | 1018 inline void StoreWithoutBarrier(VariableType type, GateRef base, GateRef offset, GateRef value);
|
Completed in 15 milliseconds