Lines Matching defs:const

269         const TNode<Word32T> argc = (csa)->UncheckedParameter<Word32T>(        \
792 using ExtraNode = std::pair<TNode<Object>, const char*>;
794 void Dcheck(const BranchGenerator& branch, const char* message,
795 const char* file, int line,
797 void Dcheck(const NodeGenerator<BoolT>& condition_body, const char* message,
798 const char* file, int line,
800 void Dcheck(TNode<Word32T> condition_node, const char* message,
801 const char* file, int line,
803 void Check(const BranchGenerator& branch, const char* message,
804 const char* file, int line,
806 void Check(const NodeGenerator<BoolT>& condition_body, const char* message,
807 const char* file, int line,
809 void Check(TNode<Word32T> condition_node, const char* message,
810 const char* file, int line,
812 void FailAssert(const char* message,
813 const std::vector<FileAndLine>& files_and_lines,
930 TNode<T> Select(TNode<BoolT> condition, const NodeGenerator<T>& true_body,
931 const NodeGenerator<T>& false_body) {
979 TNode<String> SingleCharacterStringConstant(char const* single_char) {
1212 const MachineType machine_type = offset == HeapObject::kMapOffset
1286 std::tuple<TNode<Object>, TNode<IntPtrT>> Flatten() const {
2484 char const* method_name) {
2493 char const* method_name);
2499 char const* method_name);
2503 const char* method_name);
2505 const char* method_name);
2512 char const* arg0 = nullptr, char const* arg1 = nullptr);
3355 const LookupPropertyInHolder& lookup_property_in_holder,
3356 const LookupElementInHolder& lookup_element_in_holder, Label* if_end,
3411 TNode<UintPtrT> slot_id, const char* reason);
3500 const VariableList& var_list, TNode<TIndex> start_index,
3501 TNode<TIndex> end_index, const FastLoopBody<TIndex>& body, int increment,
3507 const FastLoopBody<TIndex>& body, int increment,
3522 TNode<TIndex> last_element_exclusive, const FastArrayForEachBody& body,
3568 const LazyNode<Context>& context,
3626 const LazyNode<Context>& context,
3684 const char* method_name);
3696 const char* method_name);
3818 void Print(const char* s);
3819 void Print(const char* prefix, TNode<MaybeObject> tagged_value);
3838 int31_t ConstexprIntegerLiteralToInt31(const IntegerLiteral& i) {
3841 int32_t ConstexprIntegerLiteralToInt32(const IntegerLiteral& i) {
3844 uint32_t ConstexprIntegerLiteralToUint32(const IntegerLiteral& i) {
3847 int8_t ConstexprIntegerLiteralToInt8(const IntegerLiteral& i) {
3850 uint8_t ConstexprIntegerLiteralToUint8(const IntegerLiteral& i) {
3853 uint64_t ConstexprIntegerLiteralToUint64(const IntegerLiteral& i) {
3856 intptr_t ConstexprIntegerLiteralToIntptr(const IntegerLiteral& i) {
3859 uintptr_t ConstexprIntegerLiteralToUintptr(const IntegerLiteral& i) {
3862 double ConstexprIntegerLiteralToFloat64(const IntegerLiteral& i) {
3871 IntegerLiteral ConstexprIntegerLiteralAdd(const IntegerLiteral& lhs,
3872 const IntegerLiteral& rhs);
3873 IntegerLiteral ConstexprIntegerLiteralLeftShift(const IntegerLiteral& lhs,
3874 const IntegerLiteral& rhs);
3875 IntegerLiteral ConstexprIntegerLiteralBitwiseOr(const IntegerLiteral& lhs,
3876 const IntegerLiteral& rhs);
4014 const ForEachKeyValueFunction& body,
4187 static const int kElementLoopUnrollThreshold = 8;
4301 TNode<Object> GetReceiver() const;
4305 void SetReceiver(TNode<Object> object) const;
4308 TNode<RawPtrT> AtIndexPtr(TNode<IntPtrT> index) const;
4311 TNode<Object> AtIndex(TNode<IntPtrT> index) const;
4312 TNode<Object> AtIndex(int index) const;
4315 TNode<IntPtrT> GetLengthWithoutReceiver() const;
4317 TNode<IntPtrT> GetLengthWithReceiver() const;
4319 TorqueStructArguments GetTorqueArguments() const {
4334 void ForEach(const ForEachBodyFunction& body, TNode<IntPtrT> first = {},
4335 TNode<IntPtrT> last = {}) const {
4339 void ForEach(const CodeStubAssembler::VariableList& vars,
4340 const ForEachBodyFunction& body, TNode<IntPtrT> first = {},
4341 TNode<IntPtrT> last = {}) const;
4397 const Flags flags_;
4431 const Flags flags_;
4432 const TNode<NativeContext> native_context_;
4433 const TNode<Map> initial_prototype_map_;
4434 const base::Vector<DescriptorIndexNameValue> properties_;