Home
last modified time | relevance | path

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

12345678910>>...16

/external/v8/src/
Dassembler.cc126 AssemblerBase::AssemblerBase(Isolate* isolate, void* buffer, int buffer_size) in AssemblerBase()
702 Isolate* isolate = code->map()->GetIsolate(); in RelocIterator() local
797 void RelocInfo::Print(Isolate* isolate, OStream& os) { // NOLINT in Print()
832 void RelocInfo::Verify(Isolate* isolate) { in Verify()
948 ExternalReference::ExternalReference(Builtins::CFunctionId id, Isolate* isolate) in ExternalReference()
955 Isolate* isolate = NULL) in ExternalReference()
959 ExternalReference::ExternalReference(Builtins::Name name, Isolate* isolate) in ExternalReference()
964 Isolate* isolate) in ExternalReference()
969 Isolate* isolate) in ExternalReference()
973 ExternalReference ExternalReference::isolate_address(Isolate* isolate) { in isolate_address()
[all …]
Dcode-factory.cc15 Callable CodeFactory::LoadIC(Isolate* isolate, ContextualMode mode) { in LoadIC()
23 Callable CodeFactory::KeyedLoadIC(Isolate* isolate) { in KeyedLoadIC()
30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) { in StoreIC()
37 Callable CodeFactory::KeyedStoreIC(Isolate* isolate, StrictMode mode) { in KeyedStoreIC()
46 Callable CodeFactory::CompareIC(Isolate* isolate, Token::Value op) { in CompareIC()
53 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op, in BinaryOpIC()
61 Callable CodeFactory::ToBoolean(Isolate* isolate, in ToBoolean()
70 Callable CodeFactory::ToNumber(Isolate* isolate) { in ToNumber()
77 Callable CodeFactory::StringAdd(Isolate* isolate, StringAddFlags flags, in StringAdd()
85 Callable CodeFactory::CallFunction(Isolate* isolate, int argc, in CallFunction()
Dcode-stubs.h168 explicit CodeStub(Isolate* isolate) : minor_key_(0), isolate_(isolate) {} in CodeStub()
209 Isolate* isolate() const { return isolate_; } in isolate() function
212 CodeStub(uint32_t key, Isolate* isolate) in CodeStub()
339 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub()
439 static Handle<Code> GetUninitialized(Isolate* isolate) { in GetUninitialized()
457 : CodeStub(isolate) { in CodeStub() argument
545 explicit ToNumberStub(Isolate* isolate) : HydrogenCodeStub(isolate) { } in ToNumberStub()
554 explicit NumberToStringStub(Isolate* isolate) : HydrogenCodeStub(isolate) {} in NumberToStringStub()
566 FastNewClosureStub(Isolate* isolate, StrictMode strict_mode, in FastNewClosureStub()
598 FastNewContextStub(Isolate* isolate, int slots) : HydrogenCodeStub(isolate) { in FastNewContextStub()
[all …]
Dapi.cc52 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr)) argument
54 #define ENTER_V8(isolate) \ argument
60 #define ON_BAILOUT(isolate, location, code) \ argument
67 #define EXCEPTION_PREAMBLE(isolate) \ argument
73 #define EXCEPTION_BAILOUT_CHECK_GENERIC(isolate, value, do_callback) \ argument
88 #define EXCEPTION_BAILOUT_CHECK_DO_CALLBACK(isolate, value) \ argument
93 #define EXCEPTION_BAILOUT_CHECK(isolate, value) \ argument
163 i::Isolate* isolate = i::Isolate::Current(); in FatalProcessOutOfMemory() local
176 i::Isolate* isolate = i::Isolate::Current(); in ReportApiFailure() local
190 i::Isolate* isolate = i::Isolate::Current(); in IsDead() local
[all …]
Daccessors.cc25 Isolate* isolate, in MakeAccessor()
45 Isolate* isolate, in CloneAccessor()
60 static C* FindInstanceOf(Isolate* isolate, Object* obj) { in FindInstanceOf()
88 Isolate* isolate = name->GetIsolate(); in IsJSObjectFieldAccessor() local
140 Isolate* isolate, const v8::PropertyCallbackInfo<void>& info, in SetPropertyOnInstanceIfInherited()
165 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorGetter() local
176 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorSetter() local
191 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo()
204 Handle<Object> Accessors::FlattenNumber(Isolate* isolate, in FlattenNumber()
221 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthGetter() local
[all …]
Dtype-feedback-vector-inl.h13 Handle<Object> TypeFeedbackVector::UninitializedSentinel(Isolate* isolate) { in UninitializedSentinel()
18 Handle<Object> TypeFeedbackVector::MegamorphicSentinel(Isolate* isolate) { in MegamorphicSentinel()
23 Handle<Object> TypeFeedbackVector::PremonomorphicSentinel(Isolate* isolate) { in PremonomorphicSentinel()
28 Handle<Object> TypeFeedbackVector::GenericSentinel(Isolate* isolate) { in GenericSentinel()
34 Isolate* isolate, ElementsKind elements_kind) { in MonomorphicArraySentinel()
Dhandles.cc13 int HandleScope::NumberOfHandles(Isolate* isolate) { in NumberOfHandles()
22 Object** HandleScope::Extend(Isolate* isolate) { in Extend()
61 void HandleScope::DeleteExtensions(Isolate* isolate) { in DeleteExtensions()
77 Address HandleScope::current_level_address(Isolate* isolate) { in current_level_address()
82 Address HandleScope::current_next_address(Isolate* isolate) { in current_next_address()
87 Address HandleScope::current_limit_address(Isolate* isolate) { in current_limit_address()
92 DeferredHandleScope::DeferredHandleScope(Isolate* isolate) in DeferredHandleScope()
Dexecution.cc43 Isolate* isolate = function->GetIsolate(); in Invoke() local
116 MaybeHandle<Object> Execution::Call(Isolate* isolate, in Call()
157 Isolate* isolate = func->GetIsolate(); in TryCall() local
194 Handle<Object> Execution::GetFunctionDelegate(Isolate* isolate, in GetFunctionDelegate()
221 MaybeHandle<Object> Execution::TryGetFunctionDelegate(Isolate* isolate, in TryGetFunctionDelegate()
248 Handle<Object> Execution::GetConstructorDelegate(Isolate* isolate, in GetConstructorDelegate()
275 Isolate* isolate, Handle<Object> object) { in TryGetConstructorDelegate()
445 bool StackGuard::ThreadLocal::Initialize(Isolate* isolate) { in Initialize()
494 Isolate* isolate, Handle<Object> obj) { in ToNumber()
500 Isolate* isolate, Handle<Object> obj) { in ToString()
[all …]
Di18n.cc33 bool ExtractStringSetting(Isolate* isolate, in ExtractStringSetting()
49 bool ExtractIntegerSetting(Isolate* isolate, in ExtractIntegerSetting()
63 bool ExtractBooleanSetting(Isolate* isolate, in ExtractBooleanSetting()
78 Isolate* isolate, in CreateICUDateFormat()
125 void SetResolvedDateSettings(Isolate* isolate, in SetResolvedDateSettings()
208 Handle<ObjectTemplateInfo> GetEternal(Isolate* isolate) { in GetEternal()
225 Isolate* isolate, in CreateICUNumberFormat()
331 void SetResolvedNumberSettings(Isolate* isolate, in SetResolvedNumberSettings()
435 Isolate* isolate, in CreateICUCollator()
498 void SetResolvedCollatorSettings(Isolate* isolate, in SetResolvedCollatorSettings()
[all …]
Dcompilation-cache.h18 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache()
59 Isolate* isolate() { return isolate_; } in isolate() function
113 CompilationCacheEval(Isolate* isolate, int generations) in CompilationCacheEval()
132 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp()
219 Isolate* isolate() { return isolate_; } in isolate() function
Dhandles-inl.h24 Handle<T>::Handle(T* obj, Isolate* isolate) { in Handle()
85 HandleScope::HandleScope(Isolate* isolate) { in HandleScope()
99 void HandleScope::CloseScope(Isolate* isolate, in CloseScope()
138 T** HandleScope::CreateHandle(Isolate* isolate, T* value) { in CreateHandle()
156 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope()
Dallocation-site-scopes.h21 explicit AllocationSiteContext(Isolate* isolate) { in AllocationSiteContext()
30 Isolate* isolate() { return isolate_; } in isolate() function
53 explicit AllocationSiteCreationContext(Isolate* isolate) in AllocationSiteCreationContext()
65 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, in AllocationSiteUsageContext()
Dd8.cc71 static Handle<Value> Throw(Isolate* isolate, const char* message) { in Throw()
79 explicit PerIsolateData(Isolate* isolate) : isolate_(isolate), realms_(NULL) { in PerIsolateData()
88 inline static PerIsolateData* Get(Isolate* isolate) { in Get()
127 explicit DumbLineEditor(Isolate* isolate) in DumbLineEditor()
181 Isolate* isolate, Local<String> source, Local<Value> name, in CompileString()
210 bool Shell::ExecuteString(Isolate* isolate, in ExecuteString()
352 Isolate* isolate = args.GetIsolate(); in RealmCurrent() local
362 Isolate* isolate = args.GetIsolate(); in RealmOwner() local
387 Isolate* isolate = args.GetIsolate(); in RealmCreate() local
405 Isolate* isolate = args.GetIsolate(); in RealmDispose() local
[all …]
/external/v8/src/extensions/
Dstatistics-extension.cc15 v8::Isolate* isolate, in GetNativeFunctionTemplate()
22 static void AddCounter(v8::Isolate* isolate, in AddCounter()
32 static void AddNumber(v8::Isolate* isolate, in AddNumber()
41 static void AddNumber64(v8::Isolate* isolate, in AddNumber64()
52 Isolate* isolate = reinterpret_cast<Isolate*>(args.GetIsolate()); in GetCounters() local
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp15 CJS_Value::CJS_Value(v8::Isolate* isolate) : m_eType(VT_unknown),m_isolate(isolate) in CJS_Value()
18 CJS_Value::CJS_Value(v8::Isolate* isolate, v8::Local<v8::Value> pValue,FXJSVALUETYPE t) : in CJS_Value()
23 CJS_Value::CJS_Value(v8::Isolate* isolate, const int &iValue):m_isolate(isolate) in CJS_Value()
28 CJS_Value::CJS_Value(v8::Isolate* isolate, const bool &bValue):m_isolate(isolate) in CJS_Value()
33 CJS_Value::CJS_Value(v8::Isolate* isolate, const float &fValue):m_isolate(isolate) in CJS_Value()
38 CJS_Value::CJS_Value(v8::Isolate* isolate, const double &dValue):m_isolate(isolate) in CJS_Value()
43 CJS_Value::CJS_Value(v8::Isolate* isolate, JSFXObject pJsObj):m_isolate(isolate) in CJS_Value()
48 CJS_Value::CJS_Value(v8::Isolate* isolate, CJS_Object* pJsObj):m_isolate(isolate) in CJS_Value()
53 CJS_Value::CJS_Value(v8::Isolate* isolate, CJS_Document* pJsDoc):m_isolate(isolate) in CJS_Value()
60 CJS_Value::CJS_Value(v8::Isolate* isolate, FX_LPCWSTR pWstr):m_isolate(isolate) in CJS_Value()
[all …]
/external/v8/test/cctest/
Dtest-spaces.cc109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) in TestMemoryAllocatorScope()
130 TestCodeRangeScope(Isolate* isolate, CodeRange* code_range) in TestCodeRangeScope()
150 static void VerifyMemoryChunk(Isolate* isolate, in VerifyMemoryChunk()
207 Isolate* isolate = CcTest::i_isolate(); in TEST() local
241 Isolate* isolate = CcTest::i_isolate(); in TEST() local
295 Isolate* isolate = CcTest::i_isolate(); in TEST() local
342 Isolate* isolate = CcTest::i_isolate(); in TEST() local
368 Isolate* isolate = CcTest::i_isolate(); in TEST() local
432 Isolate* isolate = CcTest::i_isolate(); in TEST() local
Dtest-dictionary.cc46 Isolate* isolate = CcTest::i_isolate(); in TestHashMap() local
111 Isolate* isolate = CcTest::i_isolate(); in TEST() local
137 Isolate* isolate = CcTest::i_isolate(); in TEST() local
171 Isolate* isolate = CcTest::i_isolate(); in TestHashSetCausesGC() local
208 Isolate* isolate = CcTest::i_isolate(); in TEST() local
217 Isolate* isolate = CcTest::i_isolate(); in TestHashMapCausesGC() local
247 Isolate* isolate = CcTest::i_isolate(); in TEST() local
Dtest-accessors.cc68 v8::Isolate* isolate = env->GetIsolate(); in THREADED_TEST() local
124 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
150 v8::Isolate* isolate = CcTest::isolate(); in XGetter() local
172 v8::Isolate* isolate = CcTest::isolate(); in XSetter() local
196 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
245 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
290 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
320 v8::Isolate* isolate = context->GetIsolate(); in THREADED_TEST() local
339 v8::Isolate* isolate = CcTest::isolate(); in THREADED_TEST() local
391 v8::Isolate* isolate = env->GetIsolate(); in THREADED_TEST() local
[all …]
Dtest-thread-termination.cc106 v8::Isolate* isolate, in CreateGlobalTemplate()
164 explicit TerminatorThread(i::Isolate* isolate) in TerminatorThread()
246 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
304 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
350 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
370 v8::Isolate* isolate = info.GetIsolate(); in MicrotaskLoopForever() local
385 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
411 static void CounterCallback(v8::Isolate* isolate, void* data) { in CounterCallback()
417 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
465 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
Dtest-serialize.cc67 Isolate* isolate = CcTest::i_isolate(); in TEST() local
97 Isolate* isolate = CcTest::i_isolate(); in TEST() local
179 static bool WriteToFile(Isolate* isolate, const char* snapshot_file) { in WriteToFile()
197 static void Serialize(v8::Isolate* isolate) { in Serialize()
219 v8::Isolate* isolate = v8::Isolate::New(params); in UNINITIALIZED_TEST() local
230 v8::Isolate* isolate = v8::Isolate::New(params); in UNINITIALIZED_TEST() local
285 Isolate* isolate = Isolate::NewForTesting(); in InitializeFromFile() local
296 v8::Isolate* isolate = InitializeFromFile(FLAG_testing_serialization_file); in Deserialize() local
303 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate); in SanityCheck() local
320 v8::Isolate* isolate = Deserialize(); in UNINITIALIZED_DEPENDENT_TEST() local
[all …]
Dtest-deoptimization.cc101 static void NonIncrementalGC(i::Isolate* isolate) { in NonIncrementalGC()
352 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
454 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
475 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
496 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
517 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
538 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
559 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
614 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
705 v8::Isolate* isolate = v8::Isolate::New(); in UNINITIALIZED_TEST() local
Dtest-compiler.cc41 Isolate* isolate = CcTest::i_isolate(); in GetGlobalProperty() local
48 Isolate* isolate = CcTest::i_isolate(); in SetGlobalProperty() local
59 Isolate* isolate = CcTest::i_isolate(); in Compile() local
71 static double Inc(Isolate* isolate, int x) { in Inc()
92 static double Add(Isolate* isolate, int x, int y) { in Add()
111 static double Abs(Isolate* isolate, int x) { in Abs()
129 static double Sum(Isolate* isolate, int n) { in Sum()
200 Isolate* isolate = fun->GetIsolate(); in TEST() local
224 Isolate* isolate = fun0->GetIsolate(); in TEST() local
250 Isolate* isolate = CcTest::i_isolate(); in TEST() local
Dtest-heap.cc64 static void CheckOddball(Isolate* isolate, Object* obj, const char* string) { in CheckOddball()
73 static void CheckSmi(Isolate* isolate, int value, const char* string) { in CheckSmi()
81 static void CheckNumber(Isolate* isolate, double value, const char* string) { in CheckNumber()
90 static void CheckFindCodeObject(Isolate* isolate) { in CheckFindCodeObject()
123 Isolate* isolate = CcTest::i_isolate(); in TEST() local
133 Isolate* isolate = CcTest::i_isolate(); in TEST() local
228 Isolate* isolate = CcTest::i_isolate(); in TEST() local
294 static void VerifyStringAllocation(Isolate* isolate, const char* string) { in VerifyStringAllocation()
307 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); in TEST() local
319 Isolate* isolate = CcTest::i_isolate(); in TEST() local
[all …]
/external/v8/src/ic/
Dic.h136 Isolate* isolate() const { return isolate_; } in isolate() function
296 explicit CallIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in CallIC()
332 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { in LoadIC()
400 explicit KeyedLoadIC(FrameDepth depth, Isolate* isolate) in KeyedLoadIC()
461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { in StoreIC()
548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) { in KeyedStoreIC()
570 static Handle<Code> pre_monomorphic_stub(Isolate* isolate, in pre_monomorphic_stub()
606 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in BinaryOpIC()
618 CompareIC(Isolate* isolate, Token::Value op) in CompareIC()
649 explicit CompareNilIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in CompareNilIC()
[all …]
/external/v8/src/mips/
Dcode-stubs-mips.h52 explicit StoreRegistersStateStub(Isolate* isolate) in StoreRegistersStateStub()
65 explicit RestoreRegistersStateStub(Isolate* isolate) in RestoreRegistersStateStub()
81 WriteInt32ToHeapNumberStub(Isolate* isolate, Register the_int, in WriteInt32ToHeapNumberStub()
127 RecordWriteStub(Isolate* isolate, in RecordWriteStub()
144 RecordWriteStub(uint32_t key, Isolate* isolate) in RecordWriteStub()
334 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {} in DirectCEntryStub()
349 NameDictionaryLookupStub(Isolate* isolate, LookupMode mode) in NameDictionaryLookupStub()

12345678910>>...16