Searched refs:CWasmEntryParameters (Results 1 – 4 of 4) sorted by relevance
94 enum CWasmEntryParameters { enum
4689 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()
2771 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()
740 compiler::CWasmEntryParameters::kNumParameters); in GetCWasmEntry()