• Home
  • Raw
  • Download

Lines Matching refs:FieldOperand

66   __ lea(ecx, FieldOperand(ecx, Code::kHeaderSize));  in GenerateTailCallToReturnedCode()
172 __ mov(ebx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_JSConstructStubGeneric()
173 __ test(FieldOperand(ebx, SharedFunctionInfo::kFlagsOffset), in Generate_JSConstructStubGeneric()
433 FieldOperand(sfi_data, InterpreterData::kBytecodeArrayOffset)); in GetSharedFunctionInfoBytecode()
448 __ mov(FieldOperand(edx, JSGeneratorObject::kInputOrDebugPosOffset), eax); in Generate_ResumeGeneratorTrampoline()
453 __ mov(edi, FieldOperand(edx, JSGeneratorObject::kFunctionOffset)); in Generate_ResumeGeneratorTrampoline()
454 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset)); in Generate_ResumeGeneratorTrampoline()
481 __ Push(FieldOperand(edx, JSGeneratorObject::kReceiverOffset)); in Generate_ResumeGeneratorTrampoline()
492 __ mov(ecx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_ResumeGeneratorTrampoline()
494 ecx, FieldOperand(ecx, SharedFunctionInfo::kFormalParameterCountOffset)); in Generate_ResumeGeneratorTrampoline()
496 FieldOperand(edx, JSGeneratorObject::kParametersAndRegistersOffset)); in Generate_ResumeGeneratorTrampoline()
505 FieldOperand(ebx, edi, times_pointer_size, FixedArray::kHeaderSize)); in Generate_ResumeGeneratorTrampoline()
510 __ mov(edi, FieldOperand(edx, JSGeneratorObject::kFunctionOffset)); in Generate_ResumeGeneratorTrampoline()
515 __ mov(ecx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_ResumeGeneratorTrampoline()
516 __ mov(ecx, FieldOperand(ecx, SharedFunctionInfo::kFunctionDataOffset)); in Generate_ResumeGeneratorTrampoline()
527 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_ResumeGeneratorTrampoline()
528 __ movzx_w(eax, FieldOperand( in Generate_ResumeGeneratorTrampoline()
534 __ mov(ecx, FieldOperand(edi, JSFunction::kCodeOffset)); in Generate_ResumeGeneratorTrampoline()
548 __ mov(edi, FieldOperand(edx, JSGeneratorObject::kFunctionOffset)); in Generate_ResumeGeneratorTrampoline()
558 __ mov(edi, FieldOperand(edx, JSGeneratorObject::kFunctionOffset)); in Generate_ResumeGeneratorTrampoline()
575 __ mov(FieldOperand(closure, JSFunction::kCodeOffset), optimized_code); in ReplaceClosureCodeWithOptimizedCode()
590 FieldOperand(args_count, BytecodeArray::kParameterSizeOffset)); in LeaveInterpreterFrame()
630 FieldOperand(feedback_vector, FeedbackVector::kOptimizedCodeOffset)); in MaybeTailCallOptimizedCodeSlot()
682 FieldOperand(optimized_code_entry, Code::kCodeDataContainerOffset)); in MaybeTailCallOptimizedCodeSlot()
683 __ test(FieldOperand(eax, CodeDataContainer::kKindSpecificFlagsOffset), in MaybeTailCallOptimizedCodeSlot()
790 FieldOperand(closure, JSFunction::kFeedbackCellOffset)); in Generate_InterpreterEntryTrampoline()
791 __ mov(feedback_vector, FieldOperand(feedback_vector, Cell::kValueOffset)); in Generate_InterpreterEntryTrampoline()
807 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_InterpreterEntryTrampoline()
809 FieldOperand(eax, SharedFunctionInfo::kFunctionDataOffset)); in Generate_InterpreterEntryTrampoline()
814 __ inc(FieldOperand(feedback_vector, FeedbackVector::kInvocationCountOffset)); in Generate_InterpreterEntryTrampoline()
827 __ mov_b(FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline()
839 __ mov(ebx, FieldOperand(kInterpreterBytecodeArrayRegister, in Generate_InterpreterEntryTrampoline()
870 __ mov(eax, FieldOperand( in Generate_InterpreterEntryTrampoline()
1157 __ mov(ebx, FieldOperand(ebx, JSFunction::kSharedFunctionInfoOffset)); in Generate_InterpreterEnterBytecode()
1158 __ mov(ebx, FieldOperand(ebx, SharedFunctionInfo::kFunctionDataOffset)); in Generate_InterpreterEnterBytecode()
1163 __ mov(ebx, FieldOperand(ebx, InterpreterData::kInterpreterTrampolineOffset)); in Generate_InterpreterEnterBytecode()
1310 __ mov(ecx, FieldOperand(edi, JSFunction::kCodeOffset)); in Generate_InstantiateAsmJs()
1603 __ mov(ebx, FieldOperand(edi, JSFunction::kPrototypeOrInitialMapOffset)); in Generate_InternalArrayConstructor()
1675 __ mov(edx, FieldOperand(ebx, HeapObject::kMapOffset)); in Generate_CallOrConstructVarargs()
1719 FieldOperand(ebx, eax, times_pointer_size, FixedArray::kHeaderSize)); in Generate_CallOrConstructVarargs()
1758 __ mov(ebx, FieldOperand(edx, HeapObject::kMapOffset)); in Generate_CallOrConstructForwardVarargs()
1759 __ test_b(FieldOperand(ebx, Map::kBitFieldOffset), in Generate_CallOrConstructForwardVarargs()
1783 __ mov(edx, FieldOperand(edx, JSFunction::kSharedFunctionInfoOffset)); in Generate_CallOrConstructForwardVarargs()
1784 __ movzx_w(edx, FieldOperand( in Generate_CallOrConstructForwardVarargs()
1855 __ mov(edx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_CallFunction()
1856 __ test(FieldOperand(edx, SharedFunctionInfo::kFlagsOffset), in Generate_CallFunction()
1863 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset)); in Generate_CallFunction()
1866 __ test(FieldOperand(edx, SharedFunctionInfo::kFlagsOffset), in Generate_CallFunction()
1920 __ mov(edx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_CallFunction()
1935 ebx, FieldOperand(edx, SharedFunctionInfo::kFormalParameterCountOffset)); in Generate_CallFunction()
1959 __ mov(ecx, FieldOperand(edi, JSBoundFunction::kBoundArgumentsOffset)); in Generate_PushBoundArguments()
1960 __ mov(ebx, FieldOperand(ecx, FixedArray::kLengthOffset)); in Generate_PushBoundArguments()
2012 __ mov(ecx, FieldOperand(edi, JSBoundFunction::kBoundArgumentsOffset)); in Generate_PushBoundArguments()
2013 __ mov(ebx, FieldOperand(ecx, FixedArray::kLengthOffset)); in Generate_PushBoundArguments()
2017 __ movd(xmm0, FieldOperand(ecx, ebx, times_pointer_size, in Generate_PushBoundArguments()
2043 __ mov(ebx, FieldOperand(edi, JSBoundFunction::kBoundThisOffset)); in Generate_CallBoundFunctionImpl()
2050 __ mov(edi, FieldOperand(edi, JSBoundFunction::kBoundTargetFunctionOffset)); in Generate_CallBoundFunctionImpl()
2073 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), in Generate_Call()
2119 __ mov(ecx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset)); in Generate_ConstructFunction()
2120 __ test(FieldOperand(ecx, SharedFunctionInfo::kFlagsOffset), in Generate_ConstructFunction()
2150 __ mov(edx, FieldOperand(edi, JSBoundFunction::kBoundTargetFunctionOffset)); in Generate_ConstructBoundFunction()
2155 __ mov(edi, FieldOperand(edi, JSBoundFunction::kBoundTargetFunctionOffset)); in Generate_ConstructBoundFunction()
2173 __ mov(ecx, FieldOperand(edi, HeapObject::kMapOffset)); in Generate_Construct()
2174 __ test_b(FieldOperand(ecx, Map::kBitFieldOffset), in Generate_Construct()
2300 __ mov(ecx, FieldOperand(edi, JSFunction::kCodeOffset)); in Generate_ArgumentsAdaptorTrampoline()
2316 __ mov(ecx, FieldOperand(edi, JSFunction::kCodeOffset)); in Generate_ArgumentsAdaptorTrampoline()
2418 __ mov(ecx, FieldOperand(kWasmInstanceRegister, in Generate_WasmCompileLazy()
2868 __ mov(ecx, FieldOperand(edi, JSFunction::kPrototypeOrInitialMapOffset)); in Generate_InternalArrayConstructorImpl()
2877 __ mov(ecx, FieldOperand(edi, JSFunction::kPrototypeOrInitialMapOffset)); in Generate_InternalArrayConstructorImpl()
2881 __ mov(ecx, FieldOperand(ecx, Map::kBitField2Offset)); in Generate_InternalArrayConstructorImpl()