Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc416 bool IsConsistentWithHeapState(JSHeapBroker* broker) const;
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()
Dheap-refs.h455 bool IsConsistentWithHeapState() const;
Dcompilation-dependencies.cc573 return function_.IsConsistentWithHeapState(); in IsValid()