Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc4998 HConstant* stub_value = Add<HConstant>(callable.code()); in BuildForInBody() local
4999 Push(Add<HCallWithDescriptor>(stub_value, 0, callable.descriptor(), in BuildForInBody()
5106 HConstant* stub_value = Add<HConstant>(stub.GetCode()); in VisitFunctionLiteral() local
5107 instr = New<HCallWithDescriptor>(stub_value, 0, descriptor, in VisitFunctionLiteral()
5399 HConstant* stub_value = Add<HConstant>(callable.code()); in VisitRegExpLiteral() local
5401 stub_value, 0, callable.descriptor(), ArrayVector(values)); in VisitRegExpLiteral()
12137 HConstant* stub_value = Add<HConstant>(stub.GetCode()); in GenerateNewObject() local
12139 New<HCallWithDescriptor>(stub_value, 0, descriptor, ArrayVector(values)); in GenerateNewObject()