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

/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2923 int32_t strict_mode_function_mask = local
2926 __ And(scratch, scratch, Operand(strict_mode_function_mask | native_mask));
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc3102 int32_t strict_mode_function_mask = local
3108 __ And(at, at, Operand(strict_mode_function_mask));

Completed in 300 milliseconds