Searched refs:ForJSObjectInObjectProperty (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | access-builder.h | 51 static FieldAccess ForJSObjectInObjectProperty(const MapRef& map, int index); in NON_EXPORTED_BASE()
|
D | js-create-lowering.cc | 158 a.Store(AccessBuilder::ForJSObjectInObjectProperty(initial_map, i), in ReduceJSCreate() 467 a.Store(AccessBuilder::ForJSObjectInObjectProperty(initial_map, i), in ReduceJSCreateGeneratorObject() 516 a.Store(AccessBuilder::ForJSObjectInObjectProperty(initial_map, i), in ReduceNewArray() 563 a.Store(AccessBuilder::ForJSObjectInObjectProperty(initial_map, i), in ReduceNewArray() 620 a.Store(AccessBuilder::ForJSObjectInObjectProperty(initial_map, i), in ReduceNewArray() 1013 a.Store(AccessBuilder::ForJSObjectInObjectProperty(function_map, i), in ReduceJSCreateClosure() 1195 a.Store(AccessBuilder::ForJSObjectInObjectProperty(map, i), in ReduceJSCreateEmptyLiteralObject() 1688 AccessBuilder::ForJSObjectInObjectProperty(boilerplate_map, index); in AllocateFastLiteral()
|
D | access-builder.cc | 89 FieldAccess AccessBuilder::ForJSObjectInObjectProperty(const MapRef& map, in ForJSObjectInObjectProperty() function in v8::internal::compiler::AccessBuilder
|
D | js-call-reducer.cc | 1760 ab.Store(AccessBuilder::ForJSObjectInObjectProperty( in ReduceArrayFilter()
|