Searched refs:get_code_ptr_entry (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-constantpool.cc65 CHECK_EQ(code->entry(), array->get_code_ptr_entry(3));
151 CHECK_EQ(small_section_code_ptr->entry(), array->get_code_ptr_entry(i));
165 array->get_code_ptr_entry(i));
/external/chromium_org/v8/src/
H A Dobjects-printer.cc527 << reinterpret_cast<void*>(get_code_ptr_entry(i));
543 << reinterpret_cast<void*>(get_code_ptr_entry(i));
H A Dobjects-debug.cc386 Address code_entry = get_code_ptr_entry(code_iter.next_index());
H A Dobjects-inl.h2497 Address ConstantPoolArray::get_code_ptr_entry(int index) { function in class:v8::internal::ConstantPoolArray
H A Dobjects.h2701 inline Address get_code_ptr_entry(int index);

Completed in 139 milliseconds