Home
last modified time | relevance | path

Searched defs:scrutinee (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp1301 unsigned scrutinee = currentInstruction[3].u.operand; in emit_op_switch_imm() local
1319 unsigned scrutinee = currentInstruction[3].u.operand; in emit_op_switch_char() local
1337 unsigned scrutinee = currentInstruction[3].u.operand; in emit_op_switch_string() local
DJITStubs.cpp2865 JSValue scrutinee = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local
2886 JSValue scrutinee = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local
2906 JSValue scrutinee = stackFrame.args[0].jsValue(); in DEFINE_STUB_FUNCTION() local
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2859 JSValue scrutinee = callFrame->r((++vPC)->u.operand).jsValue(); in privateExecute() local
2883 JSValue scrutinee = callFrame->r((++vPC)->u.operand).jsValue(); in privateExecute() local
2906 JSValue scrutinee = callFrame->r((++vPC)->u.operand).jsValue(); in privateExecute() local