Searched refs:kStrictModeByteOffset (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 774 __ test_b(FieldOperand(ebx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionCall() 958 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionApply()
|
D | code-stubs-ia32.cc | 1954 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-ia32.cc | 3286 __ test_b(FieldOperand(scratch, SharedFunctionInfo::kStrictModeByteOffset), in DoWrapReceiver()
|
/external/v8/src/x87/ |
D | builtins-x87.cc | 774 __ test_b(FieldOperand(ebx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionCall() 958 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionApply()
|
D | code-stubs-x87.cc | 1640 __ test_b(FieldOperand(ecx, SharedFunctionInfo::kStrictModeByteOffset), in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-x87.cc | 3573 __ test_b(FieldOperand(scratch, SharedFunctionInfo::kStrictModeByteOffset), in DoWrapReceiver()
|
/external/v8/src/x64/ |
D | builtins-x64.cc | 837 __ testb(FieldOperand(rbx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionCall() 1029 __ testb(FieldOperand(rdx, SharedFunctionInfo::kStrictModeByteOffset), in Generate_FunctionApply()
|
D | code-stubs-x64.cc | 1821 __ testb(FieldOperand(rcx, SharedFunctionInfo::kStrictModeByteOffset), in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-x64.cc | 3372 SharedFunctionInfo::kStrictModeByteOffset), in DoWrapReceiver()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 1115 __ lbu(a3, FieldMemOperand(a2, SharedFunctionInfo::kStrictModeByteOffset)); in Generate_FunctionCall() 1319 __ lbu(a7, FieldMemOperand(a2, SharedFunctionInfo::kStrictModeByteOffset)); in Generate_FunctionApply()
|
D | code-stubs-mips64.cc | 2609 __ lbu(a4, FieldMemOperand(a3, SharedFunctionInfo::kStrictModeByteOffset)); in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-mips64.cc | 3439 FieldMemOperand(scratch, SharedFunctionInfo::kStrictModeByteOffset)); in DoWrapReceiver()
|
/external/v8/src/ |
D | objects.h | 7047 static const int kStrictModeByteOffset = kCompilerHintsOffset + variable 7052 static const int kStrictModeByteOffset = kCompilerHintsOffset + variable
|