Home
last modified time | relevance | path

Searched defs:isolate (Results 126 - 150 of 749) sorted by relevance

12345678910>>...30

/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator-inl.h44 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate() function in v8::internal::ProfileNode
/third_party/node/deps/v8/src/regexp/
H A Dregexp-stack.cc13 RegExpStackScope::RegExpStackScope(Isolate* isolate) in RegExpStackScope() argument
/third_party/node/deps/v8/src/roots/
H A Droots-inl.h64 ReadOnlyRoots::ReadOnlyRoots(Isolate* isolate) in ReadOnlyRoots() argument
68 ReadOnlyRoots::ReadOnlyRoots(LocalIsolate* isolate) in ReadOnlyRoots() argument
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table.cc25 uint32_t ExternalPointerTable::Sweep(Isolate* isolate) { in Sweep() argument
H A Dexternal-pointer-inl.h16 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 Dread-only-serializer.cc20 ReadOnlySerializer::ReadOnlySerializer(Isolate* isolate, in ReadOnlySerializer() argument
[all...]
H A Dobject-deserializer.cc20 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 Droots-serializer.cc15 RootsSerializer::RootsSerializer(Isolate* isolate, in RootsSerializer() argument
/third_party/node/src/api/
H A Dembed_helpers.cc24 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 Dhandle_wrap.cc161 Isolate* isolate = env->isolate(); in GetConstructorTemplate() local
[all...]
H A Dnode_errors.h207 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 Dnode_process_object.cc82 Isolate* isolate = realm->isolate(); in CreateProcessObject() local
178 Isolate* isolate in PatchProcessObject() local
[all...]
H A Dnode_stat_watcher.cc47 Isolate* isolate = env->isolate(); in Initialize() local
H A Dsignal_wrap.cc56 Isolate* isolate = env->isolate(); in Initialize() local
H A Dtty_wrap.cc57 Isolate* isolate = env->isolate(); in Initialize() local
H A Duv.cc83 Isolate* isolate = env->isolate(); in GetErrMap() local
112 Isolate* isolate = env->isolate(); in Initialize() local
[all...]
/third_party/node/test/fuzzers/
H A Dfuzz_env.cc78 auto isolate = handle_scope.GetIsolate(); in EnvTest() local
/third_party/node/deps/v8/src/wasm/
H A Dsync-streaming-decoder.cc17 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 Dbinding.cc24 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 Dtest_aliased_buffer.cc35 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 Dtest_linked_binding.cc12 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 Dallocation-builder.h81 Isolate* isolate() const { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
H A Djs-graph.h28 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 Doptimizing-compile-dispatcher.cc28 explicit CompileTask(Isolate* isolate, in CompileTask() argument
H A Doptimizing-compile-dispatcher.h28 explicit OptimizingCompileDispatcher(Isolate* isolate) in OptimizingCompileDispatcher() argument

Completed in 9 milliseconds

12345678910>>...30