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

  /external/chromium_org/v8/src/compiler/
js-generic-lowering.h 43 Node* CodeConstant(Handle<Code> code);
js-generic-lowering.cc 45 Node* JSGenericLowering::CodeConstant(Handle<Code> code) {
152 inputs.push_back(CodeConstant(callable.code()));
190 Node* stub_code = CodeConstant(callable.code());
207 Node* stub_code = CodeConstant(callable.code());
226 centrystub_constant_.set(CodeConstant(CEntryStub(isolate(), 1).GetCode()));
325 Node* stub_code = CodeConstant(stub.GetCode());
373 Node* stub_code = CodeConstant(stub.GetCode());
389 Node* stub_code = CodeConstant(stub.GetCode());

Completed in 70 milliseconds