Searched refs:code_space_data (Results 1 – 1 of 1) sorted by relevance
1529 for (auto& code_space_data : code_space_data_) { in PatchJumpTablesLocked() local1530 DCHECK_IMPLIES(code_space_data.jump_table, code_space_data.far_jump_table); in PatchJumpTablesLocked()1531 if (!code_space_data.jump_table) continue; in PatchJumpTablesLocked()1532 PatchJumpTableLocked(code_space_data, slot_index, target); in PatchJumpTablesLocked()1536 void NativeModule::PatchJumpTableLocked(const CodeSpaceData& code_space_data, in PatchJumpTableLocked() argument1540 DCHECK_NOT_NULL(code_space_data.jump_table); in PatchJumpTableLocked()1541 DCHECK_NOT_NULL(code_space_data.far_jump_table); in PatchJumpTableLocked()1545 if (code_space_data.jump_table->instructions().end() == in PatchJumpTableLocked()1546 code_space_data.far_jump_table->instructions().begin()) { in PatchJumpTableLocked()1548 code_space_data.jump_table->instructions().begin(), in PatchJumpTableLocked()[all …]