Home
last modified time | relevance | path

Searched refs:EmptyValueTag (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSValueInlineMethods.h190 u.asBits.tag = EmptyValueTag; in JSValue()
229 u.asBits.tag = EmptyValueTag; in JSValue()
241 u.asBits.tag = EmptyValueTag; in JSValue()
251 return tag() != EmptyValueTag;
DJSValue.h274 enum { EmptyValueTag = 0xfffffffa }; enumerator
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp307 …lData->exception) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), TrustedImm32(JSValue::EmptyValueTag)); in privateCompileCTINativeCall()
445 …lData->exception) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), TrustedImm32(JSValue::EmptyValueTag)); in privateCompileCTINativeCall()
685 …= branch32(Equal, tagFor(m_codeBlock->activationRegister()), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_get_scoped_var()
714 …= branch32(Equal, tagFor(m_codeBlock->activationRegister()), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_put_scoped_var()
732 …p activationCreated = branch32(NotEqual, tagFor(activation), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_tear_off_activation()
733 …ump argumentsNotCreated = branch32(Equal, tagFor(arguments), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_tear_off_activation()
746 … = branch32(Equal, tagFor(unmodifiedArgumentsRegister(dst)), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_tear_off_arguments()
1405 addSlowCase(branch32(AboveOrEqual, regT1, TrustedImm32(JSValue::EmptyValueTag))); in emit_op_to_jsnumber()
1547 …p activationCreated = branch32(NotEqual, tagFor(activation), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_create_activation()
1556 Jump argsCreated = branch32(NotEqual, tagFor(dst), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_create_arguments()
[all …]
DJITCall32_64.cpp203 wasEval = branch32(NotEqual, regT1, TrustedImm32(JSValue::EmptyValueTag)); in compileOpCall()
260 wasEval = branch32(NotEqual, regT1, TrustedImm32(JSValue::EmptyValueTag)); in compileOpCall()
DJITPropertyAccess32_64.cpp319 addSlowCase(branch32(Equal, regT1, TrustedImm32(JSValue::EmptyValueTag))); in emit_op_get_by_val()
369 …age, m_vector[0]) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_put_by_val()
DJITOpcodes.cpp1692 addSlowCase(branch32(NotEqual, tagFor(argsOffset), TrustedImm32(JSValue::EmptyValueTag))); in emit_op_load_varargs()
1748 lazyJump = branch32(NotEqual, tagFor(dst), TrustedImm32(JSValue::EmptyValueTag)); in emit_op_new_func()