Searched refs:get_heap_ptr_entry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-constantpool.cc67 CHECK_EQ(code, array->get_heap_ptr_entry(4));
68 CHECK_EQ(*object, array->get_heap_ptr_entry(5));
72 Object* old_ptr = array->get_heap_ptr_entry(5);
75 Object* new_ptr = array->get_heap_ptr_entry(5);
161 CHECK_EQ(*small_section_heap_ptr, array->get_heap_ptr_entry(i));
175 CHECK_EQ(*extended_section_heap_ptr, array->get_heap_ptr_entry(i));
183 Object* old_ptr = array->get_heap_ptr_entry(index);
186 Object* new_ptr = array->get_heap_ptr_entry(index);
/external/chromium_org/v8/src/
H A Dobjects-printer.cc590 reinterpret_cast<void*>(get_heap_ptr_entry(i)));
606 reinterpret_cast<void*>(get_heap_ptr_entry(i)));
H A Dobjects-inl.h2356 Object* ConstantPoolArray::get_heap_ptr_entry(int index) { function in class:v8::ConstantPoolArray
H A Dobjects.h3192 inline Object* get_heap_ptr_entry(int index);

Completed in 106 milliseconds