Lines Matching refs:V8_INLINE
83 V8_INLINE static int SmiToInt(Address value) {
88 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) {
108 V8_INLINE static int SmiToInt(Address value) {
113 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) {
153 V8_INLINE static constexpr Address IntToSmi(int value) {
454 V8_INLINE static constexpr bool IsSharedExternalPointerType(
489 V8_INLINE static constexpr Address UnpackMapWord(Address mapword) {
642 V8_INLINE static void CheckInitialized(v8::Isolate* isolate) {
648 V8_INLINE static bool HasHeapObjectTag(Address value) {
652 V8_INLINE static int SmiValue(Address value) {
656 V8_INLINE static constexpr Address IntToSmi(int value) {
660 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) {
665 V8_INLINE static bool is_identical(Address obj, Tagged_t constant) {
669 V8_INLINE static bool CheckInstanceMapRange(Address obj, Tagged_t first_map,
679 V8_INLINE static int GetInstanceType(Address obj) {
687 V8_INLINE static int GetOddballKind(Address obj) {
691 V8_INLINE static bool IsExternalTwoByteString(int instance_type) {
696 V8_INLINE static constexpr bool CanHaveInternalField(int instance_type) {
708 V8_INLINE static uint8_t GetNodeFlag(Address* obj, int shift) {
713 V8_INLINE static void UpdateNodeFlag(Address* obj, bool value, int shift) {
719 V8_INLINE static uint8_t GetNodeState(Address* obj) {
724 V8_INLINE static void UpdateNodeState(Address* obj, uint8_t value) {
729 V8_INLINE static void SetEmbedderData(v8::Isolate* isolate, uint32_t slot,
736 V8_INLINE static void* GetEmbedderData(const v8::Isolate* isolate,
743 V8_INLINE static void IncrementLongTasksStatsCounter(v8::Isolate* isolate) {
749 V8_INLINE static Address* GetRootSlot(v8::Isolate* isolate, int index) {
755 V8_INLINE static Address GetRoot(v8::Isolate* isolate, int index) {
774 V8_INLINE static Address* GetExternalPointerTableBase(v8::Isolate* isolate) {
781 V8_INLINE static Address* GetSharedExternalPointerTableBase(
792 V8_INLINE static T ReadRawField(Address heap_object_ptr, int offset) {
808 V8_INLINE static Address ReadTaggedPointerField(Address heap_object_ptr,
819 V8_INLINE static Address ReadTaggedSignedField(Address heap_object_ptr,
829 V8_INLINE static v8::Isolate* GetIsolateForSandbox(Address obj) {
840 V8_INLINE static Address ReadExternalPointerField(v8::Isolate* isolate,
863 V8_INLINE static Address GetPtrComprCageBaseFromOnHeapAddress(Address addr) {
867 V8_INLINE static Address DecompressTaggedField(Address heap_object_ptr,
895 V8_INLINE void PerformCastCheck(T* data) {