HomeSort by relevance Sort by last modified time
    Searched refs:new_object (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
code-stubs.cc 101 Handle<Code> new_object = local
103 RecordCodeGeneration(*new_object, &masm);
106 SetCustomCache(*new_object);
113 new_object);
116 code = *new_object;
136 Object* new_object = local
138 if (new_object->IsFailure()) return new_object;
139 code = Code::cast(new_object);
146 new_object = Heap::code_stubs()->AtNumberPut(GetKey(), code)
    [all...]
mark-compact.h 72 Object* new_object,
serialize.cc 529 HeapObject* new_object = HeapObject::cast(new_allocation); local
530 ASSERT(!new_object->IsFailure());
531 address = new_object->address();
547 HeapObject* new_object = HeapObject::cast(new_allocation); local
549 address = new_object->address();
    [all...]
mark-compact.cc     [all...]
heap.h     [all...]
heap.cc     [all...]

Completed in 27 milliseconds