Home
last modified time | relevance | path

Searched refs:RawFastPropertyAt (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dlookup.cc631 Object* current_value = holder->RawFastPropertyAt(field_index); in IsConstFieldValueEqualTo()
646 Object* current_value = holder->RawFastPropertyAt(field_index); in IsConstFieldValueEqualTo()
Dstring-stream.cc328 Object* value = js_object->RawFastPropertyAt(index); in PrintUsingMap()
Dobjects-debug.cc355 Object* value = RawFastPropertyAt(index); in JSObjectVerify()
Dobjects-printer.cc289 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties()
Dobjects.cc3528 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()
Dobjects-inl.h2195 Object* JSObject::RawFastPropertyAt(FieldIndex index) { in RawFastPropertyAt() function
2266 HeapNumber* box = HeapNumber::cast(RawFastPropertyAt(index)); in WriteToField()
Dbootstrapper.cc4642 Handle<Object> value(from->RawFastPropertyAt(index), isolate()); in TransferNamedProperties()
Dobjects.h2406 inline Object* RawFastPropertyAt(FieldIndex index);
/external/v8/src/compiler/
Djs-create-lowering.cc188 Handle<Object> value(boilerplate->RawFastPropertyAt(field_index), isolate); in IsFastLiteral()
1169 Handle<Object> boilerplate_value(boilerplate->RawFastPropertyAt(index), in AllocateFastLiteral()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1566 Object* value = js_obj->RawFastPropertyAt(field_index); in ExtractPropertyReferences()
/external/v8/src/crankshaft/
Dhydrogen.cc5433 Handle<Object> value(boilerplate->RawFastPropertyAt(field_index), in IsFastLiteral()
11734 Handle<Object> value(boilerplate_object->RawFastPropertyAt(field_index), in BuildEmitInObjectProperties()