Searched refs:far_jump_table (Results 1 – 2 of 2) sorted by relevance
1530 DCHECK_IMPLIES(code_space_data.jump_table, code_space_data.far_jump_table); in PatchJumpTablesLocked()1541 DCHECK_NOT_NULL(code_space_data.far_jump_table); in PatchJumpTableLocked()1546 code_space_data.far_jump_table->instructions().begin()) { in PatchJumpTableLocked()1550 code_space_data.far_jump_table->instructions().size()); in PatchJumpTableLocked()1556 AddressRegionOf(code_space_data.far_jump_table->instructions())); in PatchJumpTableLocked()1569 code_space_data.far_jump_table->instructions().size(); in PatchJumpTableLocked()1571 code_space_data.far_jump_table->instruction_start(); in PatchJumpTableLocked()1607 WasmCode* far_jump_table = nullptr; in AddCodeSpaceLocked() local1623 far_jump_table = CreateEmptyJumpTableInRegionLocked( in AddCodeSpaceLocked()1628 CHECK(region.contains(far_jump_table->instruction_start())); in AddCodeSpaceLocked()[all …]
862 WasmCode* far_jump_table; member