Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Djs-generic-lowering.h70 SetOncePointer<Node> centrystub_constant_; variable
Djs-generic-lowering.cc225 if (!centrystub_constant_.is_set()) { in ReplaceWithRuntimeCall()
226 centrystub_constant_.set(CodeConstant(CEntryStub(isolate(), 1).GetCode())); in ReplaceWithRuntimeCall()
228 PatchInsertInput(node, 0, centrystub_constant_.get()); in ReplaceWithRuntimeCall()