Home
last modified time | relevance | path

Searched defs:isolate (Results 301 - 325 of 756) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc112 void OptimizedCompilationInfo::ReopenHandlesInNewHandleScope(Isolate* isolate) { in ReopenHandlesInNewHandleScope() argument
24 OptimizedCompilationInfo( Zone* zone, Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) OptimizedCompilationInfo() argument
[all...]
H A Dsafepoint-table.cc23 SafepointTable::SafepointTable(Isolate* isolate, Address pc, Code code) in SafepointTable() argument
H A Dsource-position-table.cc174 ToSourcePositionTable( IsolateT* isolate) ToSourcePositionTable() argument
H A Dexternal-reference-table.cc91 void ExternalReferenceTable::Init(Isolate* isolate) { in Init() argument
162 void ExternalReferenceTable::AddIsolateDependentReferences(Isolate* isolate, in AddIsolateDependentReferences() argument
221 AddIsolateAddresses(Isolate* isolate, int* index) AddIsolateAddresses() argument
261 AddStubCache(Isolate* isolate, int* index) AddStubCache() argument
301 AddNativeCodeStatsCounters(Isolate* isolate, int* index) AddNativeCodeStatsCounters() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc65 bool Formatter(Isolate* isolate, BuiltinArguments& args, int index) { in Formatter() argument
143 ConsoleCall( Isolate* isolate, const internal::BuiltinArguments& args, void (debug::ConsoleDelegate::*func)(const v8::debug::ConsoleCallArguments&, const v8::debug::ConsoleContext&)) ConsoleCall() argument
167 LogTimerEvent(Isolate* isolate, BuiltinArguments args, v8::LogEventStatus se) LogTimerEvent() argument
227 InstallContextFunction(Isolate* isolate, Handle<JSObject> target, const char* name, Builtin builtin, int context_id, Handle<Object> context_name) InstallContextFunction() argument
[all...]
H A Dbuiltins.h64 explicit Builtins(Isolate* isolate) : isolate_(isolate) {} in Builtins() argument
[all...]
H A Dbuiltins-api.cc24 JSReceiver GetCompatibleReceiver(Isolate* isolate, FunctionTemplateInfo info, in GetCompatibleReceiver() argument
51 HandleApiCallHelper( Isolate* isolate, Handle<HeapObject> function, Handle<HeapObject> new_target, Handle<FunctionTemplateInfo> fun_data, Handle<Object> receiver, BuiltinArguments args) HandleApiCallHelper() argument
152 RelocatableArguments(Isolate* isolate, int length, Address* arguments) RelocatableArguments() argument
167 InvokeApiFunction(Isolate* isolate, bool is_construct, Handle<HeapObject> function, Handle<Object> receiver, int argc, Handle<Object> args[], Handle<HeapObject> new_target) InvokeApiFunction() argument
237 HandleApiCallAsFunctionOrConstructor( Isolate* isolate, bool is_construct_call, BuiltinArguments args) HandleApiCallAsFunctionOrConstructor() argument
[all...]
H A Dbuiltins-string.cc26 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) { in IsValidCodePoint() argument
46 base::uc32 NextCodePoint(Isolate* isolate, BuiltinArguments args, int index) { in NextCodePoint() argument
248 ConvertCaseHelper( Isolate* isolate, String string, SeqString result, int result_length, unibrow::Mapping<Converter, 128>* mapping) ConvertCaseHelper() argument
345 ConvertCase( Handle<String> s, Isolate* isolate, unibrow::Mapping<Converter, 128>* mapping) ConvertCase() argument
[all...]
H A Dsetup-builtins-internal.cc36 AssemblerOptions BuiltinAssemblerOptions(Isolate* isolate, Builtin builtin) { in BuiltinAssemblerOptions() argument
62 Handle<Code> BuildPlaceholder(Isolate* isolate, Builtin builtin) { in BuildPlaceholder() argument
84 BuildWithMacroAssembler(Isolate* isolate, Builtin builtin, MacroAssemblerGenerator generator, const char* s_name) BuildWithMacroAssembler() argument
127 BuildAdaptor(Isolate* isolate, Builtin builtin, Address builtin_address, const char* name) BuildAdaptor() argument
150 BuildWithCodeStubAssemblerJS(Isolate* isolate, Builtin builtin, CodeAssemblerGenerator generator, int argc, const char* name) BuildWithCodeStubAssemblerJS() argument
169 BuildWithCodeStubAssemblerCS(Isolate* isolate, Builtin builtin, CodeAssemblerGenerator generator, CallDescriptors::Key interface_descriptor, const char* name) BuildWithCodeStubAssemblerCS() argument
202 PopulateWithPlaceholders(Isolate* isolate) PopulateWithPlaceholders() argument
216 ReplacePlaceholders(Isolate* isolate) ReplacePlaceholders() argument
264 GenerateBytecodeHandler(Isolate* isolate, Builtin builtin, interpreter::OperandScale operand_scale, interpreter::Bytecode bytecode) GenerateBytecodeHandler() argument
277 SetupBuiltinsInternal(Isolate* isolate) SetupBuiltinsInternal() argument
[all...]
H A Dbuiltins-arraybuffer.cc40 Object ConstructBuffer(Isolate* isolate, Handle<JSFunction> target, in ConstructBuffer() argument
161 SliceHelper(BuiltinArguments args, Isolate* isolate, const char* kMethodName, bool is_shared) SliceHelper() argument
353 ResizeHelper(BuiltinArguments args, Isolate* isolate, const char* kMethodName, bool is_shared) ResizeHelper() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h201 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h769 auto isolate = reinterpret_cast<v8::Isolate*>( GetInternalField() local
788 Isolate* isolate = I::GetIsolateForSandbox(obj); GetAlignedPointerFromInternalField() local
[all...]
H A Dv8-persistent-handle.h52 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) { in Eternal() argument
64 void Set(Isolate* isolate, Local<S> handle) { in Set() argument
276 Persistent(Isolate* isolate, Local<S> that) Persistent() argument
288 Persistent(Isolate* isolate, const Persistent<S, M2>& that) Persistent() argument
377 Global(Isolate* isolate, Local<S> that) Global() argument
389 Global(Isolate* isolate, const PersistentBase<S>& that) Global() argument
441 New(Isolate* isolate, T* that) New() argument
478 Reset(Isolate* isolate, const Local<S>& other) Reset() argument
491 Reset(Isolate* isolate, const PersistentBase<S>& other) Reset() argument
[all...]
H A Dv8-local-handle.h164 V8_INLINE static LocalBase<T> New(Isolate* isolate, internal::Address value) { in New() argument
168 V8_INLINE static LocalBase<T> New(Isolate* isolate, T* that) { in New() argument
194 V8_INLINE static LocalBase<T> New(Isolate* isolate, internal::Address value) { in New() argument
199 V8_INLINE static LocalBase<T> New(Isolate* isolate, T* that) { in New() argument
322 New(Isolate* isolate, Local<T> that) New() argument
326 New(Isolate* isolate, const PersistentBase<T>& that) New() argument
331 New(Isolate* isolate, const BasicTracedReference<T>& that) New() argument
385 New(Isolate* isolate, internal::Address value) New() argument
389 New(Isolate* isolate, T* that) New() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-object.h745 internal::Isolate* isolate = GetInternalField() local
767 internal::Isolate* isolate = I::GetIsolateForSandbox(obj); GetAlignedPointerFromInternalField() local
[all...]
H A Dv8-persistent-handle.h51 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : val_(nullptr) { in Eternal() argument
64 void Set(Isolate* isolate, Local<S> handle) { in Set() argument
288 Persistent(Isolate* isolate, Local<S> that) Persistent() argument
298 Persistent(Isolate* isolate, const Persistent<S, M2>& that) Persistent() argument
385 Global(Isolate* isolate, Local<S> that) Global() argument
396 Global(Isolate* isolate, const PersistentBase<S>& that) Global() argument
448 New(Isolate* isolate, T* that) New() argument
487 Reset(Isolate* isolate, const Local<S>& other) Reset() argument
500 Reset(Isolate* isolate, const PersistentBase<S>& other) Reset() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments-inl.h31 CustomArgumentsBase::CustomArgumentsBase(Isolate* isolate) in CustomArgumentsBase() argument
41 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() argument
134 Isolate* isolate = this->isolate(); Call() local
188 Isolate* isolate = this->isolate(); BasicCallNamedGetterCallback() local
201 Isolate* isolate = this->isolate(); CallNamedSetter() local
213 Isolate* isolate = this->isolate(); CallNamedDefiner() local
226 Isolate* isolate = this->isolate(); CallIndexedSetter() local
240 Isolate* isolate = this->isolate(); CallIndexedDefiner() local
270 Isolate* isolate = this->isolate(); BasicCallIndexedGetterCallback() local
284 Isolate* isolate = this->isolate(); CallPropertyEnumerator() local
297 Isolate* isolate = this->isolate(); CallAccessorGetter() local
308 Isolate* isolate = this->isolate(); CallAccessorSetter() local
[all...]
H A Dapi-inl.h141 CallDepthScope(i::Isolate* isolate, Local<Context> context) in CallDepthScope() argument
36 FromCData( v8::internal::Isolate* isolate, T obj) FromCData() argument
45 FromCData( v8::internal::Isolate* isolate, v8::internal::Address obj) FromCData() argument
232 InternalEscapableScope(i::Isolate* isolate) InternalEscapableScope() argument
236 IsExecutionTerminatingCheck(i::Isolate* isolate) IsExecutionTerminatingCheck() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h165 Handle<String> GetString(IsolateT* isolate) { in GetString() argument
[all...]
H A Dast-value-factory.cc65 void AstRawString::Internalize(IsolateT* isolate) { in Internalize() argument
294 AstStringConstants(Isolate* isolate, uint64_t hash_seed) AstStringConstants() argument
371 Internalize(IsolateT* isolate) Internalize() argument
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-batch-compiler.cc37 BaselineCompilerTask(Isolate* isolate, PersistentHandles* handles, in BaselineCompilerTask() argument
60 void Install(Isolate* isolate) { in Install() argument
95 BaselineBatchCompilerJob(Isolate* isolate, Handl argument
30 CanCompileWithConcurrentBaseline(SharedFunctionInfo shared, Isolate* isolate) CanCompileWithConcurrentBaseline() argument
129 Install(Isolate* isolate) Install() argument
144 JobDispatcher( Isolate* isolate, LockedQueue<std::unique_ptr<BaselineBatchCompilerJob>>* incoming_queue, LockedQueue<std::unique_ptr<BaselineBatchCompilerJob>>* outcoming_queue) JobDispatcher() argument
185 ConcurrentBaselineCompiler(Isolate* isolate) ConcurrentBaselineCompiler() argument
225 BaselineBatchCompiler(Isolate* isolate) BaselineBatchCompiler() argument
[all...]
H A Dbaseline-assembler-inl.h53 void BaselineAssembler::GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.h115 Isolate* isolate() cons function in v8::internal::Deoptimizer
[all...]
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.cc34 void MicrotaskQueue::SetUpDefaultMicrotaskQueue(Isolate* isolate) { in SetUpDefaultMicrotaskQueue() argument
44 std::unique_ptr<MicrotaskQueue> MicrotaskQueue::New(Isolate* isolate) { in New() argument
71 Address MicrotaskQueue::CallEnqueueMicrotask(Isolate* isolate, in CallEnqueueMicrotask() argument
82 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); in EnqueueMicrotask() local
92 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); EnqueueMicrotask() local
125 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); PerformCheckpointInternal() local
150 RunMicrotasks(Isolate* isolate) RunMicrotasks() argument
[all...]
H A Dlocal-isolate.h176 SharedMutexGuardIfOffThread(base::SharedMutex* mutex, LocalIsolate* isolate) { in SharedMutexGuardIfOffThread() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...31