HomeSort by relevance Sort by last modified time
    Searched refs:CallRuntimeParameters (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
js-operator.h 214 class CallRuntimeParameters final {
216 CallRuntimeParameters(Runtime::FunctionId id, size_t arity)
227 bool operator==(CallRuntimeParameters const&, CallRuntimeParameters const&);
228 bool operator!=(CallRuntimeParameters const&, CallRuntimeParameters const&);
230 size_t hash_value(CallRuntimeParameters const&);
232 std::ostream& operator<<(std::ostream&, CallRuntimeParameters const&);
234 const CallRuntimeParameters& CallRuntimeParametersOf(const Operator* op);
operator-properties.cc 29 const CallRuntimeParameters& p = CallRuntimeParametersOf(op);
js-operator.cc 90 bool operator==(CallRuntimeParameters const& lhs,
91 CallRuntimeParameters const& rhs) {
96 bool operator!=(CallRuntimeParameters const& lhs,
97 CallRuntimeParameters const& rhs) {
102 size_t hash_value(CallRuntimeParameters const& p) {
107 std::ostream& operator<<(std::ostream& os, CallRuntimeParameters const& p) {
112 const CallRuntimeParameters& CallRuntimeParametersOf(const Operator* op) {
114 return OpParameter<CallRuntimeParameters>(op);
    [all...]
js-generic-lowering.cc 727 const CallRuntimeParameters& p = CallRuntimeParametersOf(node->op());
    [all...]

Completed in 71 milliseconds