| /third_party/node/deps/v8/src/profiler/ |
| H A D | profile-generator-inl.h | 44 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate() function in v8::internal::ProfileNode
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-stack.cc | 13 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() argument
|
| /third_party/node/deps/v8/src/roots/ |
| H A D | roots-inl.h | 64 ReadOnlyRoots::ReadOnlyRoots(Isolate* isolate) in ReadOnlyRoots() argument 68 ReadOnlyRoots::ReadOnlyRoots(LocalIsolate* isolate) in ReadOnlyRoots() argument
|
| /third_party/node/deps/v8/src/sandbox/ |
| H A D | external-pointer-table.cc | 25 uint32_t ExternalPointerTable::Sweep(Isolate* isolate) { in Sweep() argument
|
| H A D | external-pointer-inl.h | 16 V8_INLINE Address DecodeExternalPointer(const Isolate* isolate, in DecodeExternalPointer() argument 29 V8_INLINE void InitExternalPointerField(Address field_address, Isolate* isolate, in InitExternalPointerField() argument 34 V8_INLINE void InitExternalPointerField(Address field_address, Isolate* isolate, in InitExternalPointerField() argument 65 ReadExternalPointerField(Address field_address, const Isolate* isolate, ExternalPointerTag tag) ReadExternalPointerField() argument 72 WriteExternalPointerField(Address field_address, Isolate* isolate, Address value, ExternalPointerTag tag) WriteExternalPointerField() argument [all...] |
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | read-only-serializer.cc | 20 ReadOnlySerializer::ReadOnlySerializer(Isolate* isolate, in ReadOnlySerializer() argument [all...] |
| H A D | object-deserializer.cc | 20 ObjectDeserializer::ObjectDeserializer(Isolate* isolate, in ObjectDeserializer() argument 26 DeserializeSharedFunctionInfo( Isolate* isolate, const SerializedCodeData* data, Handle<String> source) DeserializeSharedFunctionInfo() argument 98 OffThreadObjectDeserializer( LocalIsolate* isolate, const SerializedCodeData* data) OffThreadObjectDeserializer() argument 104 DeserializeSharedFunctionInfo( LocalIsolate* isolate, const SerializedCodeData* data, std::vector<Handle<Script>>* deserialized_scripts) DeserializeSharedFunctionInfo() argument [all...] |
| H A D | roots-serializer.cc | 15 RootsSerializer::RootsSerializer(Isolate* isolate, in RootsSerializer() argument
|
| /third_party/node/src/api/ |
| H A D | embed_helpers.cc | 24 Isolate* isolate = env->isolate(); in SpinEventLoop() local 80 Isolate* isolate = nullptr; member 108 Isolate* isolate = impl_->isolate; in CommonEnvironmentSetup() local 140 Isolate* isolate = impl_->isolate; ~CommonEnvironmentSetup() local 178 Isolate* CommonEnvironmentSetup::isolate() const { isolate() function in node::CommonEnvironmentSetup [all...] |
| /third_party/node/src/ |
| H A D | handle_wrap.cc | 161 Isolate* isolate = env->isolate(); in GetConstructorTemplate() local [all...] |
| H A D | node_errors.h | 207 ERR_BUFFER_TOO_LARGE(v8::Isolate* isolate) ERR_BUFFER_TOO_LARGE() argument 215 ERR_STRING_TOO_LONG(v8::Isolate* isolate) ERR_STRING_TOO_LONG() argument [all...] |
| H A D | node_process_object.cc | 82 Isolate* isolate = realm->isolate(); in CreateProcessObject() local 178 Isolate* isolate in PatchProcessObject() local [all...] |
| H A D | node_stat_watcher.cc | 47 Isolate* isolate = env->isolate(); in Initialize() local
|
| H A D | signal_wrap.cc | 56 Isolate* isolate = env->isolate(); in Initialize() local
|
| H A D | tty_wrap.cc | 57 Isolate* isolate = env->isolate(); in Initialize() local
|
| H A D | uv.cc | 83 Isolate* isolate = env->isolate(); in GetErrMap() local 112 Isolate* isolate = env->isolate(); in Initialize() local [all...] |
| /third_party/node/test/fuzzers/ |
| H A D | fuzz_env.cc | 78 auto isolate = handle_scope.GetIsolate(); in EnvTest() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | sync-streaming-decoder.cc | 17 SyncStreamingDecoder(Isolate* isolate, const WasmFeatures& enabled, in SyncStreamingDecoder() argument 101 CreateSyncStreamingDecoder( Isolate* isolate, const WasmFeatures& enabled, Handle<Context> context, const char* api_method_name_for_errors, std::shared_ptr<CompilationResultResolver> resolver) CreateSyncStreamingDecoder() argument
|
| /third_party/node/test/addons/async-resource/ |
| H A D | binding.cc | 24 CustomAsyncResource(Isolate* isolate, Local<Object> resource) in CustomAsyncResource() argument 32 Isolate* isolate = args.GetIsolate(); in CreateAsyncResource() local 53 Isolate* isolate = args.GetIsolate(); in CallViaFunction() local 70 Isolate* isolate = args.GetIsolate(); CallViaString() local 83 Isolate* isolate = args.GetIsolate(); CallViaUtf8Name() local 111 Isolate* isolate = args.GetIsolate(); RunSubclassTest() local [all...] |
| /third_party/node/test/cctest/ |
| H A D | test_aliased_buffer.cc | 35 void ReadAndValidate(v8::Isolate* isolate, in ReadAndValidate() argument 71 void ReadWriteTest(v8::Isolate* isolate) { in ReadWriteTest() argument 98 SharedBufferTest( v8::Isolate* isolate, size_t count_A, size_t count_B, size_t count_C) SharedBufferTest() argument [all...] |
| H A D | test_linked_binding.cc | 12 v8::Isolate* isolate = context->GetIsolate(); in InitializeBinding() local 54 v8::Isolate* isolate = context->GetIsolate(); in InitializeLocalBinding() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | allocation-builder.h | 81 Isolate* isolate() const { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
|
| H A D | js-graph.h | 28 JSGraph(Isolate* isolate, Graph* graph, CommonOperatorBuilder* common, in JSGraph() argument 74 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::compiler::JSGraph
|
| /third_party/node/deps/v8/src/compiler-dispatcher/ |
| H A D | optimizing-compile-dispatcher.cc | 28 explicit CompileTask(Isolate* isolate, in CompileTask() argument
|
| H A D | optimizing-compile-dispatcher.h | 28 explicit OptimizingCompileDispatcher(Isolate* isolate) in OptimizingCompileDispatcher() argument
|