Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddeserializer.cc558 Address location_of_branch_data = reinterpret_cast<Address>(current); in ReadData() local
560 location_of_branch_data); in ReadData()
562 location_of_branch_data, in ReadData()
565 location_of_branch_data += skip; in ReadData()
566 current = reinterpret_cast<MaybeObject**>(location_of_branch_data); in ReadData()
773 Address location_of_branch_data = reinterpret_cast<Address>(current); in ReadExternalReferenceCase() local
775 Assembler::deserialization_special_target_size(location_of_branch_data); in ReadExternalReferenceCase()
777 location_of_branch_data, in ReadExternalReferenceCase()
779 location_of_branch_data += skip; in ReadExternalReferenceCase()
780 current = reinterpret_cast<void**>(location_of_branch_data); in ReadExternalReferenceCase()
[all …]