Home
last modified time | relevance | path

Searched refs:ReplaceWithStubCall (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-generic-lowering.cc57 ReplaceWithStubCall(node, callable, flags); \
85 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in REPLACE_STUB_CALL()
87 ReplaceWithStubCall(node, callable, flags, node->op()->properties()); in REPLACE_STUB_CALL()
90 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in ReplaceWithStubCall() function in v8::internal::compiler::JSGenericLowering
126 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags, in LowerJSStrictEqual()
135 ReplaceWithStubCall(node, callable, CallDescriptor::kNoFlags, in LowerJSStrictNotEqual()
144 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSToBoolean()
153 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSClassOf()
162 ReplaceWithStubCall(node, callable, CallDescriptor::kNoAllocate, in LowerJSTypeOf()
174 ReplaceWithStubCall(node, callable, flags); in LowerJSLoadProperty()
[all …]
Djs-generic-lowering.h39 void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
40 void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags,