Searched refs:base_reg_location (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.h | 89 RegListNodePair(Node* base_reg_location, Node* reg_count) in RegListNodePair() argument 90 : base_reg_location_(base_reg_location), reg_count_(reg_count) {} in RegListNodePair() 93 compiler::Node* base_reg_location() const { return base_reg_location_; } in base_reg_location() function
|
D | interpreter-assembler.cc | 296 return IntPtrSub(reg_list.base_reg_location(), offset); in RegisterLocationInRegisterList() 853 args_count, args.base_reg_location(), in CallJSAndDispatch() 914 args_count, args.base_reg_location(), in CallJSWithSpreadAndDispatch() 1078 var_site.value(), args.base_reg_location())); in Construct() 1091 UndefinedConstant(), args.base_reg_location())); in Construct() 1216 args.base_reg_location()); in ConstructWithSpread() 1239 args.reg_count(), args.base_reg_location(), function_entry); in CallRuntimeN() 1610 CSA_ASSERT(this, IntPtrEqual(registers.base_reg_location(), in ExportParametersAndRegisterFile() 1682 CSA_ASSERT(this, IntPtrEqual(registers.base_reg_location(), in ImportRegisterFile()
|