| /third_party/node/deps/v8/src/codegen/ |
| H A D | optimized-compilation-info.cc | 112 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 D | safepoint-table.cc | 23 SafepointTable::SafepointTable(Isolate* isolate, Address pc, Code code) in SafepointTable() argument
|
| H A D | source-position-table.cc | 174 ToSourcePositionTable( IsolateT* isolate) ToSourcePositionTable() argument
|
| H A D | external-reference-table.cc | 91 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 D | builtins-console.cc | 65 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 D | builtins.h | 64 explicit Builtins(Isolate* isolate) : isolate_(isolate) {} in Builtins() argument [all...] |
| H A D | builtins-api.cc | 24 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 D | builtins-string.cc | 26 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 D | setup-builtins-internal.cc | 36 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 D | builtins-arraybuffer.cc | 40 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 D | assembler-arm64.h | 201 void GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-object.h | 769 auto isolate = reinterpret_cast<v8::Isolate*>( GetInternalField() local 788 Isolate* isolate = I::GetIsolateForSandbox(obj); GetAlignedPointerFromInternalField() local [all...] |
| H A D | v8-persistent-handle.h | 52 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 D | v8-local-handle.h | 164 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 D | v8-object.h | 745 internal::Isolate* isolate = GetInternalField() local 767 internal::Isolate* isolate = I::GetIsolateForSandbox(obj); GetAlignedPointerFromInternalField() local [all...] |
| H A D | v8-persistent-handle.h | 51 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 D | api-arguments-inl.h | 31 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 D | api-inl.h | 141 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 D | ast-value-factory.h | 165 Handle<String> GetString(IsolateT* isolate) { in GetString() argument [all...] |
| H A D | ast-value-factory.cc | 65 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 D | baseline-batch-compiler.cc | 37 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 D | baseline-assembler-inl.h | 53 void BaselineAssembler::GetCode(Isolate* isolate, CodeDesc* desc) { in GetCode() argument
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.h | 115 Isolate* isolate() cons function in v8::internal::Deoptimizer [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | microtask-queue.cc | 34 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 D | local-isolate.h | 176 SharedMutexGuardIfOffThread(base::SharedMutex* mutex, LocalIsolate* isolate) { in SharedMutexGuardIfOffThread() argument
|