Home
last modified time | relevance | path

Searched refs:JSGenericLowering (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Djs-generic-lowering.cc33 JSGenericLowering::JSGenericLowering(JSGraph* jsgraph) : jsgraph_(jsgraph) {} in JSGenericLowering() function in v8::internal::compiler::JSGenericLowering
35 JSGenericLowering::~JSGenericLowering() {} in ~JSGenericLowering()
38 Reduction JSGenericLowering::Reduce(Node* node) { in Reduce()
54 void JSGenericLowering::LowerJS##Name(Node* node) { \
85 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in REPLACE_STUB_CALL()
90 void JSGenericLowering::ReplaceWithStubCall(Node* node, Callable callable, in ReplaceWithStubCall()
104 void JSGenericLowering::ReplaceWithRuntimeCall(Node* node, in ReplaceWithRuntimeCall()
121 void JSGenericLowering::LowerJSStrictEqual(Node* node) { in LowerJSStrictEqual()
130 void JSGenericLowering::LowerJSStrictNotEqual(Node* node) { in LowerJSStrictNotEqual()
139 void JSGenericLowering::LowerJSToBoolean(Node* node) { in LowerJSToBoolean()
[all …]
Djs-generic-lowering.h25 class JSGenericLowering final : public Reducer {
27 explicit JSGenericLowering(JSGraph* jsgraph);
28 ~JSGenericLowering() final;
Dpipeline.cc1022 JSGenericLowering generic_lowering(data->jsgraph()); in Run()