Lines Matching defs:mode
215 StubCallMode mode) {
231 remembered_set_action, fp_mode, mode);
239 StubCallMode mode) {
244 if (mode == StubCallMode::kCallWasmRuntimeStub) {
1571 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) {
1579 li(dst, Operand(value), mode);
1583 LiFlags mode) {
1584 li(dst, Operand::EmbeddedStringConstant(string), mode);
1606 void TurboAssembler::li_optimized(Register rd, Operand j, LiFlags mode) {
1609 DCHECK(mode == OPTIMIZE_SIZE);
1613 void TurboAssembler::li(Register rd, Operand j, LiFlags mode) {
1616 if (!MustUseReg(j.rmode()) && mode == OPTIMIZE_SIZE) {
1645 } else if (mode == ADDRESS_LOAD) {
4292 // Currently in debug mode with debug_code enabled the number of
4464 // Restore current context from top and clear it in debug mode.
4999 // * Builtin code runs in --jitless mode and thus must not call into on-heap
5128 ArgumentsCountMode mode, Register scratch) {
5146 if (mode == kCountExcludesReceiver) {
5154 ArgumentsCountMode mode,
5157 if (mode == kCountExcludesReceiver) {
5162 DropArguments(argc, type, mode, scratch);