Lines Matching refs:value
63 inline void set_can_have_weak_objects(bool value);
76 // This field contains code cage base value which is used for decompressing
80 // the full value is not guaranteed.
86 // Cached value of code().InstructionStart().
93 // Updates the value of the code entry point. The code must be equal to
94 // the code() value.
207 inline void set_code_entry_point(Isolate* isolate, Address value);
301 // ensure that the instruction start correspond to the given |pc| value.
319 inline void set_raw_instruction_size(int value);
325 inline void set_raw_metadata_size(int value);
328 // The metadata section is aligned to this value.
404 inline void set_next_code_link(Object value);
442 inline void set_can_have_weak_objects(bool value);
499 // This field contains cage base value which is used for decompressing
706 // Reserve one argument count value as the "don't adapt arguments" sentinel.
976 inline void set(int index, byte value);
1012 // value and is ignored by generated code. For branchless code (both here
1031 // value to reset them.
1099 inline void set(int index, Object value);
1142 inline void Set##name(type value);
1161 inline void Set##name(int i, type value);
1174 inline void SetBytecodeOffset(int i, BytecodeOffset value);