Lines Matching refs:target
316 Address target = it.rinfo()->wasm_call_address();
317 WasmCode* code = native_module_->Lookup(target);
320 CHECK(code->contains(target));
324 Address target = it.rinfo()->wasm_stub_call_address();
325 WasmCode* code = native_module_->Lookup(target);
328 CHECK(code->contains(target));
333 Address target = it.rinfo()->target_internal_reference();
334 CHECK(contains(target));
1248 Address target = GetNearCallTargetForFunction(call_tag, jump_tables);
1249 it.rinfo()->set_wasm_call_address(target, SKIP_ICACHE_FLUSH);
1526 void NativeModule::PatchJumpTablesLocked(uint32_t slot_index, Address target) {
1532 PatchJumpTableLocked(code_space_data, slot_index, target);
1537 uint32_t slot_index, Address target) {
1576 target);
1802 // every call or jump will target an address *within* the region, but never
1857 WasmCode::RuntimeStubId NativeModule::GetRuntimeStubId(Address target) const {
1862 code_space_data.far_jump_table->contains(target)) {
1864 target - code_space_data.far_jump_table->instruction_start());