Home
last modified time | relevance | path

Searched refs:proto_or_map (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-handler.cc140 Node* proto_or_map = in TF_BUILTIN() local
142 GotoIf(IsTheHole(proto_or_map), &miss); in TF_BUILTIN()
144 Variable var_result(this, MachineRepresentation::kTagged, proto_or_map); in TF_BUILTIN()
146 GotoIfNot(IsMap(proto_or_map), &done); in TF_BUILTIN()
148 var_result.Bind(LoadMapPrototype(proto_or_map)); in TF_BUILTIN()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1097 Object* proto_or_map = js_fun->prototype_or_initial_map(); in ExtractJSObjectReferences() local
1098 if (!proto_or_map->IsTheHole(heap_->isolate())) { in ExtractJSObjectReferences()
1099 if (!proto_or_map->IsMap()) { in ExtractJSObjectReferences()
1102 heap_->prototype_string(), proto_or_map, in ExtractJSObjectReferences()
1110 obj, entry, "initial_map", proto_or_map, in ExtractJSObjectReferences()