Searched refs:CWasmEntryParameters (Results 1 – 3 of 3) sorted by relevance
643 STATIC_ASSERT(compiler::CWasmEntryParameters::kCodeEntry == 0); in CallWasm()644 STATIC_ASSERT(compiler::CWasmEntryParameters::kObjectRef == 1); in CallWasm()645 STATIC_ASSERT(compiler::CWasmEntryParameters::kArgumentsBuffer == 2); in CallWasm()646 STATIC_ASSERT(compiler::CWasmEntryParameters::kCEntryFp == 3); in CallWasm()
159 enum CWasmEntryParameters { enum
7547 Start(CWasmEntryParameters::kNumParameters + 1); in BuildCWasmEntry()7549 Node* code_entry = Param(CWasmEntryParameters::kCodeEntry); in BuildCWasmEntry()7550 Node* object_ref = Param(CWasmEntryParameters::kObjectRef); in BuildCWasmEntry()7551 Node* arg_buffer = Param(CWasmEntryParameters::kArgumentsBuffer); in BuildCWasmEntry()7552 Node* c_entry_fp = Param(CWasmEntryParameters::kCEntryFp); in BuildCWasmEntry()