Lines Matching refs:V8_INLINE

82   V8_INLINE static int SmiToInt(const internal::Address value) {
87 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) {
107 V8_INLINE static int SmiToInt(const internal::Address value) {
112 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) {
151 V8_INLINE static constexpr internal::Address IntToSmi(int value) {
337 V8_INLINE static constexpr internal::Address UnpackMapWord(
444 V8_INLINE static void CheckInitialized(v8::Isolate* isolate) {
450 V8_INLINE static bool HasHeapObjectTag(const internal::Address value) {
454 V8_INLINE static int SmiValue(const internal::Address value) {
458 V8_INLINE static constexpr internal::Address IntToSmi(int value) {
462 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) {
466 V8_INLINE static int GetInstanceType(const internal::Address obj) {
475 V8_INLINE static int GetOddballKind(const internal::Address obj) {
479 V8_INLINE static bool IsExternalTwoByteString(int instance_type) {
484 V8_INLINE static uint8_t GetNodeFlag(internal::Address* obj, int shift) {
489 V8_INLINE static void UpdateNodeFlag(internal::Address* obj, bool value,
496 V8_INLINE static uint8_t GetNodeState(internal::Address* obj) {
501 V8_INLINE static void UpdateNodeState(internal::Address* obj, uint8_t value) {
506 V8_INLINE static void SetEmbedderData(v8::Isolate* isolate, uint32_t slot,
514 V8_INLINE static void* GetEmbedderData(const v8::Isolate* isolate,
522 V8_INLINE static void IncrementLongTasksStatsCounter(v8::Isolate* isolate) {
528 V8_INLINE static internal::Address* GetRoot(v8::Isolate* isolate, int index) {
536 V8_INLINE static T ReadRawField(internal::Address heap_object_ptr,
553 V8_INLINE static internal::Address ReadTaggedPointerField(
565 V8_INLINE static internal::Address ReadTaggedSignedField(
575 V8_INLINE static internal::Isolate* GetIsolateForSandbox(
585 V8_INLINE static Address DecodeExternalPointer(
595 V8_INLINE static internal::Address ReadExternalPointerField(
610 V8_INLINE static internal::Address GetPtrComprCageBaseFromOnHeapAddress(
615 V8_INLINE static internal::Address DecompressTaggedAnyField(
644 V8_INLINE void PerformCastCheck(T* data) {