Lines Matching defs:isolate
315 V8_EXPORT Address DecodeExternalPointerImpl(const Isolate* isolate,
326 V8_EXPORT bool ShouldThrowOnError(v8::internal::Isolate* isolate);
443 V8_EXPORT static void CheckInitializedImpl(v8::Isolate* isolate);
444 V8_INLINE static void CheckInitialized(v8::Isolate* isolate) {
446 CheckInitializedImpl(isolate);
506 V8_INLINE static void SetEmbedderData(v8::Isolate* isolate, uint32_t slot,
508 internal::Address addr = reinterpret_cast<internal::Address>(isolate) +
514 V8_INLINE static void* GetEmbedderData(const v8::Isolate* isolate,
516 internal::Address addr = reinterpret_cast<internal::Address>(isolate) +
522 V8_INLINE static void IncrementLongTasksStatsCounter(v8::Isolate* isolate) {
523 internal::Address addr = reinterpret_cast<internal::Address>(isolate) +
528 V8_INLINE static internal::Address* GetRoot(v8::Isolate* isolate, int index) {
529 internal::Address addr = reinterpret_cast<internal::Address>(isolate) +
586 const Isolate* isolate, ExternalPointer_t encoded_pointer,
589 return internal::DecodeExternalPointerImpl(isolate, encoded_pointer, tag);
596 internal::Isolate* isolate, internal::Address heap_object_ptr, int offset,
602 return encoded_value ? DecodeExternalPointer(isolate, encoded_value, tag)