Searched refs:CallDirect (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dwasm-compiler.h186 Node* CallDirect(uint32_t index, Node** args, Node*** rets,
H A Dwasm-compiler.cc2277 Node* WasmGraphBuilder::CallDirect(uint32_t index, Node** args, Node*** rets, function in class:v8::internal::compiler::WasmGraphBuilder
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1054 Node CallDirect(uint32_t Index, Node *Args) { function in class:IceBuilder
1055 LOG(out << "CallDirect(" << Index << ")"
1162 auto *Tmp = CallDirect(Target.func_index, Args).toOperand();
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc1209 BUILD(CallDirect, operand.index, buffer, &rets, position());

Completed in 2426 milliseconds