Searched defs:wasm_call (Results 1 – 2 of 2) sorted by relevance
241 __ wasm_call(wasm::WasmCode::kDoubleToI, RelocInfo::WASM_STUB_CALL); in Generate() local677 __ wasm_call(wasm_code, constant.rmode()); in AssembleArchInstruction() local3971 __ wasm_call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap() local
1623 void Assembler::wasm_call(Address entry, RelocInfo::Mode rmode) { in wasm_call() function in v8::internal::Assembler