Searched refs:strict_mode_function_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc3359 int32_t strict_mode_function_mask = local
3362 __ And(scratch, scratch, Operand(strict_mode_function_mask | native_mask));
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc2706 int32_t strict_mode_function_mask = local
2709 __ And(scratch, scratch, Operand(strict_mode_function_mask | native_mask));

Completed in 148 milliseconds