Home
last modified time | relevance | path

Searched refs:PrototypeRequiresRuntimeLookup (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.h292 DECL_GETTER(PrototypeRequiresRuntimeLookup, bool)
Djs-function-inl.h189 DEF_GETTER(JSFunction, PrototypeRequiresRuntimeLookup, bool) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc426 bool PrototypeRequiresRuntimeLookup() const { in PrototypeRequiresRuntimeLookup() function in v8::internal::compiler::JSFunctionData
641 PrototypeRequiresRuntimeLookup_ = function->PrototypeRequiresRuntimeLookup(); in Cache()
711 PrototypeRequiresRuntimeLookup_ != f->PrototypeRequiresRuntimeLookup()) { in IsConsistentWithHeapState()
2153 bool, PrototypeRequiresRuntimeLookup, in JSFUNCTION_BIMODAL_ACCESSOR_WITH_DEP_RELEVANT_C()
Dcompilation-dependencies.cc221 DCHECK(!function_.PrototypeRequiresRuntimeLookup(broker->dependencies())); in PrototypePropertyDependency()
230 !function->PrototypeRequiresRuntimeLookup() && in IsValid()
Dheap-refs.h463 bool PrototypeRequiresRuntimeLookup(
Djs-native-context-specialization.cc643 function.PrototypeRequiresRuntimeLookup(dependencies())) { in ReduceJSOrdinaryHasInstance()
1414 function.PrototypeRequiresRuntimeLookup(dependencies())) { in ReduceJSLoadNamed()
/third_party/node/deps/v8/src/ic/
Dic.cc956 .PrototypeRequiresRuntimeLookup()) { in ComputeHandler()