Home
last modified time | relevance | path

Searched refs:kStrictModeByteOffset (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/ia32/
Dbuiltins-ia32.cc774 __ test_b(FieldOperand(ebx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionCall()
958 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionApply()
Dcode-stubs-ia32.cc1954 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in EmitContinueIfStrictOrNative()
Dlithium-codegen-ia32.cc3286 __ test_b(FieldOperand(scratch, SharedFunctionInfo::kStrictModeByteOffset), in DoWrapReceiver()
/external/v8/src/x87/
Dbuiltins-x87.cc774 __ test_b(FieldOperand(ebx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionCall()
958 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionApply()
Dcode-stubs-x87.cc1640 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in EmitContinueIfStrictOrNative()
Dlithium-codegen-x87.cc3573 __ test_b(FieldOperand(scratch, SharedFunctionInfo::kStrictModeByteOffset), in DoWrapReceiver()
/external/v8/src/x64/
Dbuiltins-x64.cc837 __ testb(FieldOperand(rbx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionCall()
1029 __ testb(FieldOperand(rdx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionApply()
Dcode-stubs-x64.cc1821 __ testb(FieldOperand(rcx, SharedFunctionInfo::kStrictModeByteOffset), in EmitContinueIfStrictOrNative()
Dlithium-codegen-x64.cc3372 SharedFunctionInfo::kStrictModeByteOffset), in DoWrapReceiver()
/external/v8/src/mips64/
Dbuiltins-mips64.cc1115 __ lbu(a3, FieldMemOperand(a2, SharedFunctionInfo::kStrictModeByteOffset)); in Generate_FunctionCall()
1319 __ lbu(a7, FieldMemOperand(a2, SharedFunctionInfo::kStrictModeByteOffset)); in Generate_FunctionApply()
Dcode-stubs-mips64.cc2609 __ lbu(a4, FieldMemOperand(a3, SharedFunctionInfo::kStrictModeByteOffset)); in EmitContinueIfStrictOrNative()
Dlithium-codegen-mips64.cc3439 FieldMemOperand(scratch, SharedFunctionInfo::kStrictModeByteOffset)); in DoWrapReceiver()
/external/v8/src/
Dobjects.h7047 static const int kStrictModeByteOffset = kCompilerHintsOffset + variable
7052 static const int kStrictModeByteOffset = kCompilerHintsOffset + variable