Searched refs:RawFastPropertyAt (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | lookup.cc | 631 Object* current_value = holder->RawFastPropertyAt(field_index); in IsConstFieldValueEqualTo() 646 Object* current_value = holder->RawFastPropertyAt(field_index); in IsConstFieldValueEqualTo()
|
D | string-stream.cc | 328 Object* value = js_object->RawFastPropertyAt(index); in PrintUsingMap()
|
D | objects-debug.cc | 355 Object* value = RawFastPropertyAt(index); in JSObjectVerify()
|
D | objects-printer.cc | 289 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
|
D | objects.cc | 3528 value = handle(object->RawFastPropertyAt(index), isolate); in MigrateFastToFast() 3653 value = handle(object->RawFastPropertyAt(index), isolate); in MigrateFastToSlow() 3662 value = handle(object->RawFastPropertyAt(index), isolate); in MigrateFastToSlow() 7764 Handle<Object> raw_value(object->RawFastPropertyAt(index), isolate); in FastPropertyAt() 7862 Handle<Object> value(object->RawFastPropertyAt(index), isolate); in StructureWalk() 8460 Object* property = RawFastPropertyAt(field_index); in SlowReverseLookup()
|
D | objects-inl.h | 2195 Object* JSObject::RawFastPropertyAt(FieldIndex index) { in RawFastPropertyAt() function 2266 HeapNumber* box = HeapNumber::cast(RawFastPropertyAt(index)); in WriteToField()
|
D | bootstrapper.cc | 4642 Handle<Object> value(from->RawFastPropertyAt(index), isolate()); in TransferNamedProperties()
|
D | objects.h | 2406 inline Object* RawFastPropertyAt(FieldIndex index);
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 188 Handle<Object> value(boilerplate->RawFastPropertyAt(field_index), isolate); in IsFastLiteral() 1169 Handle<Object> boilerplate_value(boilerplate->RawFastPropertyAt(index), in AllocateFastLiteral()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1566 Object* value = js_obj->RawFastPropertyAt(field_index); in ExtractPropertyReferences()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5433 Handle<Object> value(boilerplate->RawFastPropertyAt(field_index), in IsFastLiteral() 11734 Handle<Object> value(boilerplate_object->RawFastPropertyAt(field_index), in BuildEmitInObjectProperties()
|