Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
53 return !(*this == other);
194 // Describes the kind of this call, which determines the target.
286 // Returns the kind of this call.
289 // Returns {true} if this descriptor is a call to a C function.
292 // Returns {true} if this descriptor is a call to a JSFunction.
296 // Returns {true} if this descriptor is a call to a WebAssembly function.
299 // Returns {true} if this descriptor is a call to a WebAssembly function.
302 // Returns {true} if this descriptor is a call to a Wasm C API function.
305 // Returns the wasm signature for this call based on the real parameter types.
318 // The number of return values from this call.
321 // The number of C parameters to this call. The following invariant
326 // The number of general purpose C parameters to this call.
334 // The number of floating point C parameters to this call.
363 // The total number of inputs to this call, which includes the target,
365 // TODO(titzer): this should input the framestate input too.
411 // Operator properties describe how this call can be optimized, if at all.
414 // Get the callee-saved registers, if any, across this call.
417 // Get the callee-saved FP registers, if any, across this call.
424 // Difference between the number of parameter slots of *this* and
511 // The call descriptor for this compilation unit describes the locations
546 // Get the location of an (incoming) parameter to this function.
551 // Get the machine type of an (incoming) parameter to this function.
556 // Get the location where this function should place its return value.
561 // Get the machine type of this function's return value.