HomeSort by relevance Sort by last modified time
    Searched defs:JSGenericLowering (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-generic-lowering.h 27 class JSGenericLowering : public Reducer {
29 JSGenericLowering(CompilationInfo* info, JSGraph* graph);
30 virtual ~JSGenericLowering() {}
js-generic-lowering.cc 19 JSGenericLowering::JSGenericLowering(CompilationInfo* info, JSGraph* jsgraph)
25 void JSGenericLowering::PatchOperator(Node* node, const Operator* op) {
30 void JSGenericLowering::PatchInsertInput(Node* node, int index, Node* input) {
35 Node* JSGenericLowering::SmiConstant(int32_t immediate) {
40 Node* JSGenericLowering::Int32Constant(int immediate) {
45 Node* JSGenericLowering::CodeConstant(Handle<Code> code) {
50 Node* JSGenericLowering::FunctionConstant(Handle<JSFunction> function) {
55 Node* JSGenericLowering::ExternalConstant(ExternalReference ref) {
60 Reduction JSGenericLowering::Reduce(Node* node)
    [all...]

Completed in 307 milliseconds