Home
last modified time | relevance | path

Searched defs:isolate (Results 376 - 400 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.h206 Isolate* isolate() const { return masm_->isolate(); } in isolate() function in v8::internal::RegExpMacroAssemblerRISCV
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.h190 Isolate* isolate() const { return masm_->isolate(); } in isolate() function in v8::internal::RegExpMacroAssemblerS390
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc259 inline Object ToObject(Isolate* isolate, int8_t t) { return Smi::FromInt(t); } in ToObject() argument
261 inline Object ToObject(Isolate* isolate, uint8_t t) { return Smi::FromInt(t); } in ToObject() argument
263 inline Object ToObject(Isolate* isolate, int16_t t) { return Smi::FromInt(t); } in ToObject() argument
265 inline Object ToObject(Isolate* isolate, uint16_t t) { return Smi::FromInt(t); } in ToObject() argument
267 inline Object ToObject(Isolate* isolate, int32_t t) { in ToObject() argument
271 inline Object ToObject(Isolate* isolate, uint32_t t) { in ToObject() argument
275 inline Object ToObject(Isolate* isolate, int64_t t) { in ToObject() argument
279 ToObject(Isolate* isolate, uint64_t t) ToObject() argument
311 DoCompareExchange(Isolate* isolate, void* buffer, size_t index, Handle<Object> oldobj, Handle<Object> newobj) DoCompareExchange() argument
396 GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate, const char* method_name) GetModifySetValueInBuffer() argument
[all...]
H A Druntime-strings.cc69 StringReplaceOneCharWithString( Isolate* isolate, Handle<String> subject, Handle<String> search, Handle<String> replace, bool* found, int recursion_limit) StringReplaceOneCharWithString() argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dcontext-serializer.cc25 SanitizeNativeContextScope(Isolate* isolate, NativeContext native_context, in SanitizeNativeContextScope() argument
68 ContextSerializer( Isolate* isolate, Snapshot::SerializerFlags flags, StartupSerializer* startup_serializer, v8::SerializeEmbedderFieldsCallback callback) ContextSerializer() argument
[all...]
H A Dmksnapshot.cc152 v8::StartupData CreateSnapshotDataBlob(v8::Isolate* isolate, in CreateSnapshotDataBlob() argument
195 void MaybeSetCounterFunction(v8::Isolate* isolate) { in MaybeSetCounterFunction() argument
269 v8::Isolate* isolate = v8::Isolate::Allocate(); in main() local
H A Dreferences.h105 explicit SerializerReferenceMap(Isolate* isolate) in SerializerReferenceMap() argument
H A Dstartup-serializer.cc29 SanitizeIsolateScope(Isolate* isolate, bool allow_active_isolate_for_testing, in SanitizeIsolateScope() argument
66 StartupSerializer( Isolate* isolate, Snapshot::SerializerFlags flags, ReadOnlySerializer* read_only_serializer, SharedHeapSerializer* shared_heap_serializer) StartupSerializer() argument
91 IsUnexpectedCodeObject(Isolate* isolate, HeapObject obj) IsUnexpectedCodeObject() argument
216 Isolate* isolate = this->isolate(); SerializeStrongReferences() local
231 SerializedHandleChecker(Isolate* isolate, std::vector<Context>* contexts) SerializedHandleChecker() argument
259 Isolate* isolate = this->isolate(); CheckNoDirtyFinalizationRegistries() local
[all...]
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h63 static EmbeddedData FromBlob(Isolate* isolate) { in FromBlob() argument
94 GetEmbeddedDataForPC(Isolate* isolate, Address maybe_builtin_pc) GetEmbeddedDataForPC() argument
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h300 Isolate* isolate() { return isolate_; } in isolate() function
H A Dstring-builder.cc106 FixedArrayBuilder::FixedArrayBuilder(Isolate* isolate, int initial_capacity) in FixedArrayBuilder() argument
128 void FixedArrayBuilder::EnsureCapacity(Isolate* isolate, int elements) { in EnsureCapacity() argument
192 Isolate* isolate = Isolate::FromHeap(heap_); in ToString() local
232 IncrementalStringBuilder(Isolate* isolate) IncrementalStringBuilder() argument
[all...]
/third_party/node/deps/v8/src/utils/
H A Dutils.cc57 void PrintIsolate(void* isolate, const char* format, ...) { in PrintIsolate() argument
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc276 Isolate* isolate = env->isolate(); Initialize() local
[all...]
H A Dcrypto_x509.cc70 Isolate* isolate = env->isolate(); in GetConstructorTemplate() local
[all...]
/third_party/node/src/
H A Ddebug_utils.cc62 Parse(std::shared_ptr<KVStore> env_vars, v8::Isolate* isolate) Parse() argument
H A Dhistogram.cc284 Isolate* isolate in GetConstructorTemplate() local
370 Isolate* isolate = env->isolate(); GetConstructorTemplate() local
[all...]
H A Dheap_utils.cc59 JSGraphJSNode(Isolate* isolate, Local<Value> val) in JSGraphJSNode() argument
82 explicit JSGraph(Isolate* isolate) : isolate_(isolate) {} in JSGraph() argument
426 Isolate* isolate = args.GetIsolate(); TriggerHeapSnapshot() local
[all...]
H A Dinspector_js_api.cc34 std::unique_ptr<StringBuffer> ToProtocolString(Isolate* isolate, in ToProtocolString() argument
75 Isolate* isolate = env_->isolate(); variable
105 Isolate* isolate = env->isolate(); Bind() local
198 Isolate* isolate = env->isolate(); InspectorConsoleCall() local
320 Isolate* isolate = env->isolate(); Initialize() local
[all...]
H A Dnode_file-inl.h340 v8::Isolate* isolate = env->isolate(); in SyncCall() local
H A Dnode_options.cc1094 Isolate* isolate = env->isolate(); in GetCLIOptions() local
1232 Isolate* isolate = args.GetIsolate(); GetEmbedderOptions() local
1254 Isolate* isolate = env->isolate(); Initialize() local
[all...]
H A Dnode_os.cc102 Isolate* isolate = env->isolate(); in GetCPUInfo() local
175 Isolate* isolate = env->isolate(); GetInterfaceAddresses() local
[all...]
H A Dnode_serdes.cc147 Maybe<bool> SerializerContext::WriteHostObject(Isolate* isolate, in WriteHostObject() argument
123 GetSharedArrayBufferId( Isolate* isolate, Local<SharedArrayBuffer> shared_array_buffer) GetSharedArrayBufferId() argument
297 ReadHostObject(Isolate* isolate) ReadHostObject() argument
411 Isolate* isolate = ctx->env()->isolate(); ReadUint64() local
458 Isolate* isolate = env->isolate(); Initialize() local
[all...]
H A Dstring_bytes.cc75 static MaybeLocal<Value> NewFromCopy(Isolate* isolate, in NewFromCopy() argument
99 static MaybeLocal<Value> New(Isolate* isolate, in New() argument
127 inline Isolate* isolate() const { return isolate_; } isolate() function in node::__anon15447::ExternString
130 ExternString(Isolate* isolate, const TypeName* data, size_t length) ExternString() argument
154 NewExternal( Isolate* isolate, ExternOneByteString* h_str) NewExternal() argument
161 NewExternal( Isolate* isolate, ExternTwoByteString* h_str) NewExternal() argument
167 NewSimpleFromCopy(Isolate* isolate, const char* data, size_t length, Local<Value>* error) NewSimpleFromCopy() argument
185 NewSimpleFromCopy(Isolate* isolate, const uint16_t* data, size_t length, Local<Value>* error) NewSimpleFromCopy() argument
264 WriteUCS2( Isolate* isolate, char* buf, size_t buflen, Local<String> str, int flags) WriteUCS2() argument
302 Write(Isolate* isolate, char* buf, size_t buflen, Local<Value> val, enum encoding encoding) Write() argument
380 StorageSize(Isolate* isolate, Local<Value> val, enum encoding encoding) StorageSize() argument
431 Size(Isolate* isolate, Local<Value> val, enum encoding encoding) Size() argument
557 Encode(Isolate* isolate, const char* buf, size_t buflen, enum encoding encoding, Local<Value>* error) Encode() argument
690 Encode(Isolate* isolate, const uint16_t* buf, size_t buflen, Local<Value>* error) Encode() argument
716 Encode(Isolate* isolate, const char* buf, enum encoding encoding, Local<Value>* error) Encode() argument
[all...]
H A Dstream_wrap.cc71 Isolate* isolate = env->isolate(); in Initialize() local
140 Isolate* isolate = env->isolate(); GetConstructorTemplate() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h174 bool WasmGlobalObject::SetFuncRef(Isolate* isolate, Handle<Object> value) { in SetFuncRef() argument
332 Handle<Object> WasmObject::ReadValueAt(Isolate* isolate, Handle<HeapObject> obj, in ReadValueAt() argument
381 ToWasmValue(Isolate* isolate, wasm::ValueType type, Handle<Object> value) ToWasmValue() argument
438 WriteValueAt(Isolate* isolate, Handle<HeapObject> obj, wasm::ValueType type, uint32_t offset, Handle<Object> value) WriteValueAt() argument
548 GetField(Isolate* isolate, Handle<WasmStruct> obj, uint32_t field_index) GetField() argument
558 SetField(Isolate* isolate, Handle<WasmStruct> obj, uint32_t field_index, Handle<Object> value) SetField() argument
607 GetElement(Isolate* isolate, Handle<WasmArray> array, uint32_t index) GetElement() argument
625 clear_foreign_address(Isolate* isolate) clear_foreign_address() argument
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...30