Home
last modified time | relevance | path

Searched refs:base_reg_location (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.h88 RegListNodePair(TNode<IntPtrT> base_reg_location, TNode<Word32T> reg_count) in RegListNodePair() argument
89 : base_reg_location_(base_reg_location), reg_count_(reg_count) {} in RegListNodePair()
92 TNode<IntPtrT> base_reg_location() const { return base_reg_location_; } in base_reg_location() function in v8::internal::interpreter::InterpreterAssembler::RegListNodePair
H A Dinterpreter-assembler.cc281 return Signed(IntPtrSub(reg_list.base_reg_location(), offset)); in RegisterLocationInRegisterList()
726 args_count, args.base_reg_location(), in CallJSAndDispatch()
793 args_count, args.base_reg_location(), in CallJSWithSpreadAndDispatch()
822 CallStub(callable, context, args_count, args.base_reg_location(), in Construct()
835 CallStub(callable, context, args_count, args.base_reg_location(), in Construct()
962 return CallStub(callable, context, args_count, args.base_reg_location(), in ConstructWithSpread()
987 args.reg_count(), args.base_reg_location(), in CallRuntimeN()
1442 CSA_DCHECK(this, IntPtrEqual(registers.base_reg_location(), in ExportParametersAndRegisterFile()
1514 CSA_DCHECK(this, IntPtrEqual(registers.base_reg_location(), in ImportRegisterFile()
H A Dinterpreter-intrinsics-generator.cc147 auto base = __ Signed(__ IntPtrSub(args.base_reg_location(), offset)); in CopyDataPropertiesWithExcludedPropertiesOnStack()

Completed in 8 milliseconds