Home | History | Annotate | Download | only in x64

Lines Matching defs:Load

76 void MacroAssembler::Load(Register destination, ExternalReference source) {
219 // Load store buffer top.
258 // The mask isn't really an address. We load it as an external reference in
784 // Load the value from ReturnValue
890 // Load the builtins object into target register.
900 // Load the JavaScript builtin function from the builtins object.
974 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
2529 // Load the number string cache.
2621 // Load instance type for both strings.
2665 // Load instance type for both strings.
3244 Load(rsp, handler_address);
4150 // Load current lexical context from the stack frame.
4158 // Load the native context of the current context.
4270 // result - holds the result on exit if the load succeeded.
4351 Load(result, allocation_top);
4436 // Load address of new object into result.
4512 // Load address of new object into result.
4839 // Load the global or builtins object from the current context.
4867 // Load the global or builtins object from the current context.
4870 // Load the native context from the global or builtins object.
4872 // Load the function from the native context.
4879 // Load the initial map. The global functions all have initial maps.
5084 // Note that we are using a 4-byte aligned 8-byte load.