Home
last modified time | relevance | path

Searched defs:isolate (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/external/v8/src/
Dcode-factory.cc15 Callable CodeFactory::LoadIC(Isolate* isolate, TypeofMode typeof_mode, in LoadIC()
26 Isolate* isolate, TypeofMode typeof_mode, LanguageMode language_mode, in LoadICInOptimizedCode()
36 Callable CodeFactory::KeyedLoadIC(Isolate* isolate, in KeyedLoadIC()
47 Isolate* isolate, LanguageMode language_mode, in KeyedLoadICInOptimizedCode()
61 Callable CodeFactory::CallIC(Isolate* isolate, int argc, in CallIC()
69 Callable CodeFactory::CallICInOptimizedCode(Isolate* isolate, int argc, in CallICInOptimizedCode()
78 Callable CodeFactory::StoreIC(Isolate* isolate, LanguageMode language_mode) { in StoreIC()
87 Isolate* isolate, LanguageMode language_mode, in StoreICInOptimizedCode()
99 Callable CodeFactory::KeyedStoreIC(Isolate* isolate, in KeyedStoreIC()
109 Isolate* isolate, LanguageMode language_mode, in KeyedStoreICInOptimizedCode()
[all …]
Dassembler.cc167 AssemblerBase::AssemblerBase(Isolate* isolate, void* buffer, int buffer_size) in AssemblerBase()
196 void AssemblerBase::FlushICache(Isolate* isolate, void* start, size_t size) { in FlushICache()
742 Isolate* isolate = code->map()->GetIsolate(); in RelocIterator() local
845 void RelocInfo::Print(Isolate* isolate, std::ostream& os) { // NOLINT in Print()
887 void RelocInfo::Verify(Isolate* isolate) { in Verify()
1012 ExternalReference::ExternalReference(Builtins::CFunctionId id, Isolate* isolate) in ExternalReference()
1019 Isolate* isolate = NULL) in ExternalReference()
1023 ExternalReference::ExternalReference(Builtins::Name name, Isolate* isolate) in ExternalReference()
1027 ExternalReference::ExternalReference(Runtime::FunctionId id, Isolate* isolate) in ExternalReference()
1032 Isolate* isolate) in ExternalReference()
[all …]
Dcode-stubs.h202 explicit CodeStub(Isolate* isolate) : minor_key_(0), isolate_(isolate) {} in CodeStub()
248 Isolate* isolate() const { return isolate_; } in isolate() function
251 CodeStub(uint32_t key, Isolate* isolate) in CodeStub()
378 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub()
484 static Handle<Code> GetUninitialized(Isolate* isolate) { in GetUninitialized()
502 : CodeStub(isolate) { in CodeStub() argument
536 explicit TurboFanCodeStub(Isolate* isolate) : CodeStub(isolate) {} in TurboFanCodeStub()
615 explicit StringLengthStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in StringLengthStub()
649 explicit NumberToStringStub(Isolate* isolate) : HydrogenCodeStub(isolate) {} in NumberToStringStub()
661 explicit TypeofStub(Isolate* isolate) : HydrogenCodeStub(isolate) {} in TypeofStub()
[all …]
Daccessors.cc24 Isolate* isolate, in MakeAccessor()
45 Isolate* isolate, in CloneAccessor()
75 Isolate* isolate = name->GetIsolate(); in IsJSObjectFieldAccessor() local
99 Isolate* isolate = name->GetIsolate(); in IsJSArrayBufferViewFieldAccessor() local
151 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorGetter() local
162 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorSetter() local
178 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo()
193 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthGetter() local
206 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthSetter() local
226 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo()
[all …]
Dinterface-descriptors.cc36 Isolate* isolate, int parameter_count) { in BuildDefaultFunctionType()
91 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
142 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
156 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
174 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
242 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
264 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
285 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
308 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
330 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType()
[all …]
Dapi-natives.cc27 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data, in Instantiate()
40 MaybeHandle<Object> DefineAccessorProperty(Isolate* isolate, in DefineAccessorProperty()
67 MaybeHandle<Object> DefineDataProperty(Isolate* isolate, in DefineDataProperty()
97 void DisableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in DisableAccessChecks()
106 void EnableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in EnableAccessChecks()
117 AccessCheckDisableScope(Isolate* isolate, Handle<JSObject> obj) in AccessCheckDisableScope()
138 Object* GetIntrinsic(Isolate* isolate, v8::Intrinsic intrinsic) { in GetIntrinsic()
152 MaybeHandle<JSObject> ConfigureInstance(Isolate* isolate, Handle<JSObject> obj, in ConfigureInstance()
206 MaybeHandle<JSObject> InstantiateObject(Isolate* isolate, in InstantiateObject()
231 void CacheFunction(Isolate* isolate, Handle<Smi> serial_number, in CacheFunction()
[all …]
Di18n.cc37 bool ExtractStringSetting(Isolate* isolate, in ExtractStringSetting()
53 bool ExtractIntegerSetting(Isolate* isolate, in ExtractIntegerSetting()
67 bool ExtractBooleanSetting(Isolate* isolate, in ExtractBooleanSetting()
82 Isolate* isolate, in CreateICUDateFormat()
139 void SetResolvedDateSettings(Isolate* isolate, in SetResolvedDateSettings()
222 Handle<ObjectTemplateInfo> GetEternal(Isolate* isolate) { in GetEternal()
239 Isolate* isolate, in CreateICUNumberFormat()
362 void SetResolvedNumberSettings(Isolate* isolate, in SetResolvedNumberSettings()
466 Isolate* isolate, in CreateICUCollator()
529 void SetResolvedCollatorSettings(Isolate* isolate, in SetResolvedCollatorSettings()
[all …]
Dhandles.cc43 int HandleScope::NumberOfHandles(Isolate* isolate) { in NumberOfHandles()
52 Object** HandleScope::Extend(Isolate* isolate) { in Extend()
91 void HandleScope::DeleteExtensions(Isolate* isolate) { in DeleteExtensions()
107 Address HandleScope::current_level_address(Isolate* isolate) { in current_level_address()
112 Address HandleScope::current_next_address(Isolate* isolate) { in current_next_address()
117 Address HandleScope::current_limit_address(Isolate* isolate) { in current_limit_address()
122 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate) in CanonicalHandleScope()
164 DeferredHandleScope::DeferredHandleScope(Isolate* isolate) in DeferredHandleScope()
Dhandles-inl.h16 HandleBase::HandleBase(Object* object, Isolate* isolate) in HandleBase()
22 Handle<T> Handle<T>::New(T* object, Isolate* isolate) { in New()
28 HandleScope::HandleScope(Isolate* isolate) { in HandleScope()
60 void HandleScope::CloseScope(Isolate* isolate, in CloseScope()
98 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { in CreateHandle()
114 Object** HandleScope::GetHandle(Isolate* isolate, Object* value) { in GetHandle()
123 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope()
Dapi.cc69 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr)) argument
72 #define ENTER_V8(isolate) i::VMState<v8::OTHER> __state__((isolate)) argument
75 #define PREPARE_FOR_EXECUTION_GENERIC(isolate, context, function_name, \ argument
97 #define PREPARE_FOR_EXECUTION_WITH_ISOLATE(isolate, function_name, T) \ argument
118 #define EXCEPTION_BAILOUT_CHECK_SCOPED(isolate, value) \ argument
151 explicit inline InternalEscapableScope(i::Isolate* isolate) in InternalEscapableScope()
158 explicit CallDepthScope(i::Isolate* isolate, Local<Context> context, in CallDepthScope()
195 static ScriptOrigin GetScriptOriginForScript(i::Isolate* isolate, in GetScriptOriginForScript()
226 i::Isolate* isolate = i::Isolate::Current(); in FatalProcessOutOfMemory() local
294 i::Isolate* isolate = i::Isolate::Current(); in ReportApiFailure() local
[all …]
Dcompilation-cache.h22 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache()
63 Isolate* isolate() { return isolate_; } in isolate() function
112 CompilationCacheEval(Isolate* isolate, int generations) in CompilationCacheEval()
131 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp()
220 Isolate* isolate() { return isolate_; } in isolate() function
Dtype-feedback-vector.cc53 Handle<TypeFeedbackMetadata> TypeFeedbackMetadata::New(Isolate* isolate, in New()
132 Isolate* isolate, Handle<TypeFeedbackMetadata> metadata) { in New()
164 Isolate* isolate, Handle<TypeFeedbackVector> vector) { in Copy()
174 static bool ClearLogic(Isolate* isolate) { in ClearLogic()
181 Isolate* isolate = GetIsolate(); in ClearSlotsImpl() local
245 void TypeFeedbackVector::ClearAllKeyedStoreICs(Isolate* isolate) { in ClearAllKeyedStoreICs()
256 Isolate* isolate = GetIsolate(); in ClearKeyedStoreICs() local
277 Handle<TypeFeedbackVector> TypeFeedbackVector::DummyVector(Isolate* isolate) { in DummyVector()
283 Isolate* isolate = GetIsolate(); in EnsureArrayOfSize() local
296 Isolate* isolate = GetIsolate(); in EnsureExtraArrayOfSize() local
[all …]
Dd8.cc117 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override { in CallOnForegroundThread()
122 void CallDelayedOnForegroundThread(v8::Isolate* isolate, Task* task, in CallDelayedOnForegroundThread()
127 void CallIdleOnForegroundThread(v8::Isolate* isolate, in CallIdleOnForegroundThread()
132 bool IdleTasksEnabled(v8::Isolate* isolate) override { return false; } in IdleTasksEnabled()
171 static Local<Value> Throw(Isolate* isolate, const char* message) { in Throw()
189 Worker* GetWorkerFromInternalField(Isolate* isolate, Local<Object> object) { in GetWorkerFromInternalField()
212 explicit PerIsolateData(Isolate* isolate) : isolate_(isolate), realms_(NULL) { in PerIsolateData()
221 inline static PerIsolateData* Get(Isolate* isolate) { in Get()
338 Isolate* isolate, Local<String> source, Local<Value> name, in CompileString()
373 bool Shell::ExecuteString(Isolate* isolate, Local<String> source, in ExecuteString()
[all …]
/external/v8/src/wasm/
Dwasm-js.cc61 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in VerifyModule() local
81 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in VerifyFunction() local
106 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in CompileRun() local
157 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in AsmCompileRun() local
190 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in InstantiateModuleFromAsm() local
238 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate()); in InstantiateModule() local
284 Isolate* isolate = reinterpret_cast<Isolate*>(i_isolate); in NewTemplate() local
291 static Handle<String> v8_str(Isolate* isolate, const char* str) { in v8_str()
296 static void InstallFunc(Isolate* isolate, Handle<JSObject> object, in InstallFunc()
308 void WasmJs::Install(Isolate* isolate, Handle<JSGlobalObject> global) { in Install()
[all …]
/external/v8/test/cctest/compiler/
Dtest-run-bytecode-graph-builder.cc30 static MaybeHandle<Object> CallFunction(Isolate* isolate, in CallFunction()
38 static MaybeHandle<Object> CallFunction(Isolate* isolate, in CallFunction()
51 BytecodeGraphCallable(Isolate* isolate, Handle<JSFunction> function) in BytecodeGraphCallable()
67 BytecodeGraphTester(Isolate* isolate, Zone* zone, const char* script, in BytecodeGraphTester()
187 Isolate* isolate = scope.main_isolate(); in TEST() local
224 Isolate* isolate = scope.main_isolate(); in TEST() local
252 Isolate* isolate = scope.main_isolate(); in TEST() local
313 Isolate* isolate = scope.main_isolate(); in TEST() local
357 Isolate* isolate = scope.main_isolate(); in TEST() local
415 Isolate* isolate = scope.main_isolate(); in TEST() local
[all …]
Dtest-code-stub-assembler.cc16 CodeStubAssemblerTester(Isolate* isolate, in CodeStubAssemblerTester()
29 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
41 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
55 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
67 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
81 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
95 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
110 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local
/external/v8/src/libplatform/
Ddefault-platform.cc28 bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate) { in PumpMessageLoop()
86 Task* DefaultPlatform::PopTaskInMainThreadQueue(v8::Isolate* isolate) { in PopTaskInMainThreadQueue()
97 Task* DefaultPlatform::PopTaskInMainThreadDelayedQueue(v8::Isolate* isolate) { in PopTaskInMainThreadDelayedQueue()
112 bool DefaultPlatform::PumpMessageLoop(v8::Isolate* isolate) { in PumpMessageLoop()
143 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread()
149 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread()
158 void DefaultPlatform::CallIdleOnForegroundThread(Isolate* isolate, in CallIdleOnForegroundThread()
164 bool DefaultPlatform::IdleTasksEnabled(Isolate* isolate) { return false; } in IdleTasksEnabled()
/external/v8/src/x87/
Dsimulator-x87.h15 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \ argument
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \ argument
34 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate, in JsLimitFromCLimit()
40 static inline uintptr_t RegisterCTryCatch(Isolate* isolate, in RegisterCTryCatch()
46 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate); } in UnregisterCTryCatch()
/external/v8/src/ia32/
Dsimulator-ia32.h15 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \ argument
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \ argument
34 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate, in JsLimitFromCLimit()
40 static inline uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate, in RegisterCTryCatch()
46 static inline void UnregisterCTryCatch(v8::internal::Isolate* isolate) { in UnregisterCTryCatch()
/external/v8/src/arm64/
Dsimulator-arm64.h27 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \ argument
45 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \ argument
53 static uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate, in JsLimitFromCLimit()
59 static uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate, in RegisterCTryCatch()
65 static void UnregisterCTryCatch(v8::internal::Isolate* isolate) { in UnregisterCTryCatch()
/external/v8/src/x64/
Dsimulator-x64.h16 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \ argument
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \ argument
33 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate, in JsLimitFromCLimit()
38 static inline uintptr_t RegisterCTryCatch(Isolate* isolate, in RegisterCTryCatch()
44 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate); } in UnregisterCTryCatch()
/external/v8/test/cctest/
Dtest-accessors.cc69 v8::Isolate* isolate = env->GetIsolate(); in THREADED_TEST() local
143 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
169 v8::Isolate* isolate = CcTest::isolate(); in XGetter() local
195 v8::Isolate* isolate = CcTest::isolate(); in XSetter() local
222 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
284 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
334 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
363 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
383 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
438 v8::Isolate* isolate = env->GetIsolate(); in THREADED_TEST() local
[all …]
Dtest-api-interceptors.cc353 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
381 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
416 v8::Isolate* isolate = CcTest::isolate(); in CheckInterceptorLoadIC() local
434 v8::Isolate* isolate = CcTest::isolate(); in InterceptorLoadICGetter() local
639 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
673 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
714 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
747 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
783 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
823 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
[all …]
Dtest-thread-termination.cc110 v8::Isolate* isolate, v8::FunctionCallback terminate, in CreateGlobalTemplate()
169 explicit TerminatorThread(i::Isolate* isolate) in TerminatorThread()
255 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
286 v8::Isolate* isolate = args.GetIsolate(); in ReenterAfterTermination() local
307 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
365 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
388 v8::Isolate* isolate = info.GetIsolate(); in MicrotaskLoopForever() local
405 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
435 static void CounterCallback(v8::Isolate* isolate, void* data) { in CounterCallback()
441 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
[all …]
/external/v8/test/cctest/heap/
Dtest-heap.cc77 static void CheckOddball(Isolate* isolate, Object* obj, const char* string) { in CheckOddball()
85 static void CheckSmi(Isolate* isolate, int value, const char* string) { in CheckSmi()
92 static void CheckNumber(Isolate* isolate, double value, const char* string) { in CheckNumber()
101 static void CheckFindCodeObject(Isolate* isolate) { in CheckFindCodeObject()
134 Isolate* isolate = CcTest::i_isolate(); in TEST() local
144 Isolate* isolate = CcTest::i_isolate(); in TEST() local
249 Isolate* isolate = CcTest::i_isolate(); in TEST() local
436 Isolate* isolate = CcTest::i_isolate(); in TEST() local
499 static void VerifyStringAllocation(Isolate* isolate, const char* string) { in VerifyStringAllocation()
512 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); in TEST() local
[all …]

12345678910>>...22