Searched refs:centrystub_constant_ (Results 1 – 2 of 2) sorted by relevance
70 SetOncePointer<Node> centrystub_constant_; variable
225 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()