Lines Matching full:store
202 pointer_.native_pointer_.store( in Method()
208 // store which should become visible acquire in Method()
209 compiled_entry_point_.store(method->IsNative() ? method->GetCompiledEntryPoint() in Method()
384 // store which should become visible acquire in SetCompiledEntryPoint()
385 compiled_entry_point_.store(entry_point, std::memory_order_release); in SetCompiledEntryPoint()
421 …with release order reason: data race with access_flags_ with dependecies on writes before the store in SetCompilationStatus()
423 access_flags_.store(result, std::memory_order_release); in SetCompilationStatus()
482 …with release order reason: data race with access_flags_ with dependecies on writes before the store in SetAccessFlags()
484 access_flags_.store(access_flags, std::memory_order_release); in SetAccessFlags()
568 // and on writes before the store in SetHasSingleImplementation()
572 // and on writes before the store in SetHasSingleImplementation()
590 // on writes before the store in SetIntrinsic()
618 pointer_.native_pointer_.store(native_pointer, std::memory_order_relaxed); in SetNativePointer()
643 // on writes before the store in SetIsDefaultInterfaceMethod()