Home
last modified time | relevance | path

Searched refs:CWasmEntryParameters (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h94 enum CWasmEntryParameters { enum
Dwasm-compiler.cc4689 SetEffect(SetControl(Start(CWasmEntryParameters::kNumParameters + 5))); in BuildCWasmEntry()
4692 Node* foreign_code_obj = Param(CWasmEntryParameters::kCodeObject + 1); in BuildCWasmEntry()
4698 Node* instance_node = Param(CWasmEntryParameters::kWasmInstance + 1); in BuildCWasmEntry()
4699 Node* arg_buffer = Param(CWasmEntryParameters::kArgumentsBuffer + 1); in BuildCWasmEntry()
5005 &zone, false, CWasmEntryParameters::kNumParameters + 1, in CompileCWasmEntry()
/external/v8/src/wasm/
Dwasm-interpreter.cc2771 static_assert(compiler::CWasmEntryParameters::kNumParameters == 3, in CallExternalWasmFunction()
2773 Handle<Object> args[compiler::CWasmEntryParameters::kNumParameters]; in CallExternalWasmFunction()
2774 args[compiler::CWasmEntryParameters::kCodeObject] = Handle<Object>::cast( in CallExternalWasmFunction()
2776 args[compiler::CWasmEntryParameters::kWasmInstance] = instance; in CallExternalWasmFunction()
2777 args[compiler::CWasmEntryParameters::kArgumentsBuffer] = arg_buffer_obj; in CallExternalWasmFunction()
Dwasm-debug.cc740 compiler::CWasmEntryParameters::kNumParameters); in GetCWasmEntry()