Lines Matching defs:mode
479 StubCallMode mode) {
491 remembered_set_action, fp_mode, mode);
498 StubCallMode mode) {
505 if (mode == StubCallMode::kCallWasmRuntimeStub) {
528 StubCallMode mode,
562 DCHECK_EQ(mode, StubCallMode::kCallWasmRuntimeStub);
574 StubCallMode mode) {
603 DCHECK_EQ(mode, StubCallMode::kCallWasmRuntimeStub);
1733 ArgumentsCountMode mode) {
1735 (mode == kCountExcludesReceiver) ? kSystemPointerSize : 0;
1759 ArgumentsCountMode mode) {
1762 DropArguments(count, type, mode);
1770 ArgumentsCountMode mode) {
1773 DropArguments(argc, type, mode);
1782 ArgumentsCountMode mode) {
1786 DropArguments(argc, type, mode);
1942 // * Builtin code runs in --jitless mode and thus must not call into on-heap
2948 // Restore current context from top and clear it in debug mode.