Searched refs:JSGenericLowering (Results 1 – 3 of 3) sorted by relevance
34 JSGenericLowering::JSGenericLowering(JSGraph* jsgraph) : jsgraph_(jsgraph) {} in JSGenericLowering() function in v8::internal::compiler::JSGenericLowering36 JSGenericLowering::~JSGenericLowering() {} in ~JSGenericLowering()39 Reduction JSGenericLowering::Reduce(Node* node) { in Reduce()55 void JSGenericLowering::LowerJS##Name(Node* node) { \98 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in REPLACE_STUB_CALL()103 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in ReplaceWithStubCall()116 void JSGenericLowering::ReplaceWithRuntimeCall(Node* node, in ReplaceWithRuntimeCall()133 void JSGenericLowering::LowerJSStrictEqual(Node* node) { in LowerJSStrictEqual()142 void JSGenericLowering::LowerJSLoadProperty(Node* node) { in LowerJSLoadProperty()161 void JSGenericLowering::LowerJSLoadNamed(Node* node) { in LowerJSLoadNamed()[all …]
24 class JSGenericLowering final : public Reducer {26 explicit JSGenericLowering(JSGraph* jsgraph);27 ~JSGenericLowering() final;
1420 JSGenericLowering generic_lowering(data->jsgraph()); in Run()