Home | History | Annotate | Download | only in src

Lines Matching refs:NoContextConstant

144 Node* CodeStubAssembler::NoContextConstant() { return NumberConstant(0); }
703 CallRuntime(Runtime::kAllocateInTargetSpace, NoContextConstant(),
722 CallRuntime(Runtime::kAllocateInTargetSpace, NoContextConstant(),
726 NoContextConstant(), SmiTag(size_in_bytes));
3074 NoContextConstant(), string));
3133 NoContextConstant(), string, SmiTag(index))));
8394 CallRuntime(Runtime::kGlobalPrint, NoContextConstant(), HeapConstant(string));
8405 CallRuntime(Runtime::kGlobalPrint, NoContextConstant(),
8408 CallRuntime(Runtime::kDebugPrint, NoContextConstant(), tagged_value);