Home
last modified time | relevance | path

Searched refs:IsConsistentWithHeapState (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc416 bool IsConsistentWithHeapState(JSHeapBroker* broker) const;
586 // IMPORTANT: Keep this sync'd with JSFunctionData::IsConsistentWithHeapState.
595 // guaranteed here, instead we verify it in `IsConsistentWithHeapState`, in Cache()
653 bool JSFunctionData::IsConsistentWithHeapState(JSHeapBroker* broker) const { in IsConsistentWithHeapState() function in v8::internal::compiler::JSFunctionData
725 bool JSFunctionRef::IsConsistentWithHeapState() const { in IsConsistentWithHeapState() function in v8::internal::compiler::JSFunctionRef
727 return data()->AsJSFunction()->IsConsistentWithHeapState(broker()); in IsConsistentWithHeapState()
H A Dheap-refs.h455 bool IsConsistentWithHeapState() const;
H A Dcompilation-dependencies.cc573 return function_.IsConsistentWithHeapState();

Completed in 8 milliseconds