| /external/v8/src/ |
| D | code-factory.cc | 26 Handle<Code> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) { in RuntimeCEntry() 32 Callable CodeFactory::LoadIC(Isolate* isolate) { in LoadIC() 38 Callable CodeFactory::LoadICProtoArray(Isolate* isolate, in LoadICProtoArray() 48 Callable CodeFactory::ApiGetter(Isolate* isolate) { in ApiGetter() 54 Callable CodeFactory::LoadICInOptimizedCode(Isolate* isolate) { in LoadICInOptimizedCode() 60 Callable CodeFactory::LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode) { in LoadGlobalIC() 69 Callable CodeFactory::LoadGlobalICInOptimizedCode(Isolate* isolate, in LoadGlobalICInOptimizedCode() 78 Callable CodeFactory::KeyedLoadIC(Isolate* isolate) { in KeyedLoadIC() 84 Callable CodeFactory::KeyedLoadICInOptimizedCode(Isolate* isolate) { in KeyedLoadICInOptimizedCode() 90 Callable CodeFactory::CallIC(Isolate* isolate, ConvertReceiverMode mode, in CallIC() [all …]
|
| D | assembler.cc | 141 AssemblerBase::AssemblerBase(Isolate* isolate, void* buffer, int buffer_size) in AssemblerBase() 170 void AssemblerBase::FlushICache(Isolate* isolate, void* start, size_t size) { in FlushICache() 670 Isolate* isolate = code->map()->GetIsolate(); in RelocIterator() local 785 void RelocInfo::Print(Isolate* isolate, std::ostream& os) { // NOLINT in Print() 827 void RelocInfo::Verify(Isolate* isolate) { in Verify() 916 ExternalReference::ExternalReference(Address address, Isolate* isolate) in ExternalReference() 922 Isolate* isolate = NULL) in ExternalReference() 926 ExternalReference::ExternalReference(Builtins::Name name, Isolate* isolate) in ExternalReference() 930 ExternalReference::ExternalReference(Runtime::FunctionId id, Isolate* isolate) in ExternalReference() 935 Isolate* isolate) in ExternalReference() [all …]
|
| D | accessors.cc | 23 Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter, in MakeAccessor() 65 Isolate* isolate = name->GetIsolate(); in IsJSObjectFieldAccessor() local 86 Isolate* isolate, Handle<Object> receiver, Handle<JSObject> holder, in ReplaceAccessorWithDataProperty() 107 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ReconfigureToDataProperty() local 130 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorGetter() local 139 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo() 154 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthGetter() local 167 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthSetter() local 224 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo() 238 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ModuleNamespaceEntryGetter() local [all …]
|
| D | code-stubs.h | 198 explicit CodeStub(Isolate* isolate) : minor_key_(0), isolate_(isolate) {} in CodeStub() 244 Isolate* isolate() const { return isolate_; } in isolate() function 249 CodeStub(uint32_t key, Isolate* isolate) in CodeStub() 394 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub() 508 static Handle<Code> GetUninitialized(Isolate* isolate) { in GetUninitialized() 528 : CodeStub(isolate) { in CodeStub() argument 560 explicit TurboFanCodeStub(Isolate* isolate) : CodeStub(isolate) {} in TurboFanCodeStub() 640 explicit StringLengthStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in StringLengthStub() 651 explicit AddWithFeedbackStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in AddWithFeedbackStub() 660 explicit SubtractWithFeedbackStub(Isolate* isolate) in SubtractWithFeedbackStub() [all …]
|
| D | handles-inl.h | 16 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() 97 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { in CreateHandle() 113 Object** HandleScope::GetHandle(Isolate* isolate, Object* value) { in GetHandle() 122 inline SealHandleScope::SealHandleScope(Isolate* isolate) : isolate_(isolate) { in SealHandleScope()
|
| D | uri.h | 17 static MaybeHandle<String> DecodeUri(Isolate* isolate, Handle<String> uri) { in DecodeUri() 22 static MaybeHandle<String> DecodeUriComponent(Isolate* isolate, in DecodeUriComponent() 28 static MaybeHandle<String> EncodeUri(Isolate* isolate, Handle<String> uri) { in EncodeUri() 33 static MaybeHandle<String> EncodeUriComponent(Isolate* isolate, in EncodeUriComponent()
|
| D | handles.cc | 43 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() 121 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate) in CanonicalHandleScope() 164 DeferredHandleScope::DeferredHandleScope(Isolate* isolate) in DeferredHandleScope()
|
| D | api-natives.cc | 20 explicit InvokeScope(Isolate* isolate) in InvokeScope() 45 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data, in Instantiate() 59 Isolate* isolate, Handle<JSObject> object, Handle<Name> name, in DefineAccessorProperty() 89 MaybeHandle<Object> DefineDataProperty(Isolate* isolate, in DefineDataProperty() 119 void DisableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in DisableAccessChecks() 128 void EnableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in EnableAccessChecks() 139 AccessCheckDisableScope(Isolate* isolate, Handle<JSObject> obj) in AccessCheckDisableScope() 160 Object* GetIntrinsic(Isolate* isolate, v8::Intrinsic intrinsic) { in GetIntrinsic() 175 MaybeHandle<JSObject> ConfigureInstance(Isolate* isolate, Handle<JSObject> obj, in ConfigureInstance() 263 MaybeHandle<JSObject> ProbeInstantiationsCache(Isolate* isolate, in ProbeInstantiationsCache() [all …]
|
| D | compilation-cache.h | 24 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() 65 Isolate* isolate() { return isolate_; } in isolate() function 113 explicit CompilationCacheEval(Isolate* isolate) in CompilationCacheEval() 133 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp() 224 Isolate* isolate() { return isolate_; } in isolate() function
|
| D | i18n.cc | 45 bool ExtractStringSetting(Isolate* isolate, in ExtractStringSetting() 62 bool ExtractIntegerSetting(Isolate* isolate, in ExtractIntegerSetting() 77 bool ExtractBooleanSetting(Isolate* isolate, in ExtractBooleanSetting() 93 Isolate* isolate, in CreateICUDateFormat() 148 void SetResolvedDateSettings(Isolate* isolate, in SetResolvedDateSettings() 234 Isolate* isolate, in CreateICUNumberFormat() 362 void SetResolvedNumberSettings(Isolate* isolate, in SetResolvedNumberSettings() 466 Isolate* isolate, in CreateICUCollator() 529 void SetResolvedCollatorSettings(Isolate* isolate, in SetResolvedCollatorSettings() 637 Isolate* isolate, in CreateICUBreakIterator() [all …]
|
| D | api.cc | 84 #define LOG_API(isolate, class_name, function_name) \ argument 89 #define ENTER_V8(isolate) i::VMState<v8::OTHER> __state__((isolate)) argument 91 #define PREPARE_FOR_EXECUTION_GENERIC(isolate, context, class_name, \ argument 103 #define PREPARE_FOR_DEBUG_INTERFACE_EXECUTION_WITH_ISOLATE(isolate, T) \ argument 131 #define PREPARE_FOR_EXECUTION_WITH_ISOLATE(isolate, class_name, function_name, \ argument 157 #define ENTER_V8_NO_SCRIPT_NO_EXCEPTION(isolate) \ argument 162 #define ENTER_V8_FOR_NEW_CONTEXT(isolate) \ argument 173 #define EXCEPTION_BAILOUT_CHECK_SCOPED(isolate, value) \ argument 208 explicit inline InternalEscapableScope(i::Isolate* isolate) in InternalEscapableScope() 214 void CheckMicrotasksScopesConsistency(i::Isolate* isolate) { in CheckMicrotasksScopesConsistency() [all …]
|
| D | messages.cc | 33 void MessageHandler::DefaultMessageReport(Isolate* isolate, in DefaultMessageReport() 51 Isolate* isolate, MessageTemplate::Template message, in MakeMessageObject() 77 void MessageHandler::ReportMessage(Isolate* isolate, const MessageLocation* loc, in ReportMessage() 130 Isolate* isolate, const MessageLocation* loc, Handle<Object> message, in ReportMessageNoExceptions() 172 Handle<String> MessageHandler::GetMessage(Isolate* isolate, in GetMessage() 180 Isolate* isolate, Handle<Object> data) { in GetLocalizedMessage() 187 Object* EvalFromFunctionName(Isolate* isolate, Handle<Script> script) { in EvalFromFunctionName() 201 Object* EvalFromScript(Isolate* isolate, Handle<Script> script) { in EvalFromScript() 212 MaybeHandle<String> FormatEvalOrigin(Isolate* isolate, Handle<Script> script) { in FormatEvalOrigin() 294 void JSStackFrame::FromFrameArray(Isolate* isolate, Handle<FrameArray> array, in FromFrameArray() [all …]
|
| D | feedback-vector.cc | 49 Handle<FeedbackMetadata> FeedbackMetadata::New(Isolate* isolate, in New() 167 Handle<FeedbackVector> FeedbackVector::New(Isolate* isolate, in New() 243 Handle<FeedbackVector> FeedbackVector::Copy(Isolate* isolate, in Copy() 253 void FeedbackVector::AddToCodeCoverageList(Isolate* isolate, in AddToCodeCoverageList() 264 Isolate* isolate = GetIsolate(); in ClearSlots() local 382 Isolate* isolate = GetIsolate(); in EnsureArrayOfSize() local 394 Isolate* isolate = GetIsolate(); in EnsureExtraArrayOfSize() local 436 Isolate* isolate = GetIsolate(); in ConfigureMegamorphic() local 444 Isolate* isolate = GetIsolate(); in ConfigureMegamorphicKeyed() local 452 Isolate* isolate = GetIsolate(); in ConfigureMegamorphicKeyed() local [all …]
|
| D | allocation-site-scopes.h | 19 explicit AllocationSiteContext(Isolate* isolate) { in AllocationSiteContext() 28 Isolate* isolate() { return isolate_; } in isolate() function 51 explicit AllocationSiteCreationContext(Isolate* isolate) in AllocationSiteCreationContext() 63 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, in AllocationSiteUsageContext()
|
| D | external-reference-table.cc | 39 ExternalReferenceTable::ExternalReferenceTable(Isolate* isolate) { in ExternalReferenceTable() 74 void ExternalReferenceTable::AddReferences(Isolate* isolate) { in AddReferences() 307 void ExternalReferenceTable::AddBuiltins(Isolate* isolate) { in AddBuiltins() 336 void ExternalReferenceTable::AddRuntimeFunctions(Isolate* isolate) { in AddRuntimeFunctions() 354 void ExternalReferenceTable::AddIsolateAddresses(Isolate* isolate) { in AddIsolateAddresses() 368 void ExternalReferenceTable::AddAccessors(Isolate* isolate) { in AddAccessors() 397 void ExternalReferenceTable::AddStubCache(Isolate* isolate) { in AddStubCache() 431 void ExternalReferenceTable::AddDeoptEntries(Isolate* isolate) { in AddDeoptEntries() 444 void ExternalReferenceTable::AddApiReferences(Isolate* isolate) { in AddApiReferences()
|
| /external/v8/src/ic/ |
| D | handler-configuration-inl.h | 16 Handle<Object> LoadHandler::LoadField(Isolate* isolate, in LoadField() 25 Handle<Object> LoadHandler::LoadConstant(Isolate* isolate, int descriptor) { in LoadConstant() 33 Handle<Object> LoadHandler::LoadApiGetter(Isolate* isolate, int descriptor) { in LoadApiGetter() 42 Isolate* isolate, Handle<Object> smi_handler) { in EnableAccessCheckOnReceiver() 53 Isolate* isolate, Handle<Object> smi_handler) { in EnableNegativeLookupOnReceiver() 64 Isolate* isolate, bool do_negative_lookup_on_receiver) { in LoadNonExistent() 71 Handle<Object> LoadHandler::LoadElement(Isolate* isolate, in LoadElement() 82 Handle<Object> StoreHandler::StoreField(Isolate* isolate, Kind kind, in StoreField() 120 Handle<Object> StoreHandler::StoreField(Isolate* isolate, int descriptor, in StoreField() 130 Handle<Object> StoreHandler::TransitionToField(Isolate* isolate, int descriptor, in TransitionToField() [all …]
|
| /external/v8/src/heap/ |
| D | code-stats.cc | 13 Isolate* isolate) { in RecordCodeAndMetadataStatistics() 37 void CodeStatistics::ResetCodeAndMetadataStatistics(Isolate* isolate) { in ResetCodeAndMetadataStatistics() 50 Isolate* isolate) { in CollectCodeStatistics() 62 Isolate* isolate) { in CollectCodeStatistics() 70 void CodeStatistics::ReportCodeStatistics(Isolate* isolate) { in ReportCodeStatistics() 109 void CodeStatistics::ResetCodeStatistics(Isolate* isolate) { in ResetCodeStatistics() 129 void CodeStatistics::EnterComment(Isolate* isolate, const char* comment, in EnterComment() 155 void CodeStatistics::CollectCommentStatistics(Isolate* isolate, in CollectCommentStatistics() 192 Isolate* isolate) { in CollectCodeCommentStatistics()
|
| /external/v8/src/regexp/ |
| D | regexp-utils.cc | 16 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture, in GenericCaptureGetter() 38 V8_INLINE bool HasInitialRegExpMap(Isolate* isolate, JSReceiver* recv) { in HasInitialRegExpMap() 44 MaybeHandle<Object> RegExpUtils::SetLastIndex(Isolate* isolate, in SetLastIndex() 56 MaybeHandle<Object> RegExpUtils::GetLastIndex(Isolate* isolate, in GetLastIndex() 68 MaybeHandle<Object> RegExpUtils::RegExpExec(Isolate* isolate, in RegExpExec() 116 Maybe<bool> RegExpUtils::IsRegExp(Isolate* isolate, Handle<Object> object) { in IsRegExp() 131 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() 156 int RegExpUtils::AdvanceStringIndex(Isolate* isolate, Handle<String> string, in AdvanceStringIndex() 172 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, in SetAdvancedStringIndex()
|
| /external/v8/src/inspector/ |
| D | v8-internal-value-type.cc | 13 v8::Local<v8::Private> internalSubtypePrivate(v8::Isolate* isolate) { in internalSubtypePrivate() 19 v8::Local<v8::String> subtypeForInternalType(v8::Isolate* isolate, in subtypeForInternalType() 39 v8::Isolate* isolate = context->GetIsolate(); in markAsInternal() local 48 v8::Isolate* isolate = context->GetIsolate(); in markArrayEntriesAsInternal() local 65 v8::Isolate* isolate = context->GetIsolate(); in v8InternalValueTypeFrom() local
|
| /external/v8/src/x64/ |
| D | simulator-x64.h | 16 #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/src/x87/ |
| D | simulator-x87.h | 15 #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/arm64/ |
| D | simulator-arm64.h | 28 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \ argument 46 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \ argument 54 static uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate, in JsLimitFromCLimit() 60 static uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate, in RegisterCTryCatch() 66 static void UnregisterCTryCatch(v8::internal::Isolate* isolate) { in UnregisterCTryCatch()
|
| /external/v8/src/ia32/ |
| D | simulator-ia32.h | 15 #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/libplatform/ |
| D | default-platform.cc | 29 bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate) { in PumpMessageLoop() 33 void RunIdleTasks(v8::Platform* platform, v8::Isolate* isolate, in RunIdleTasks() 108 Task* DefaultPlatform::PopTaskInMainThreadQueue(v8::Isolate* isolate) { in PopTaskInMainThreadQueue() 119 Task* DefaultPlatform::PopTaskInMainThreadDelayedQueue(v8::Isolate* isolate) { in PopTaskInMainThreadDelayedQueue() 133 IdleTask* DefaultPlatform::PopTaskInMainThreadIdleQueue(v8::Isolate* isolate) { in PopTaskInMainThreadIdleQueue() 143 bool DefaultPlatform::PumpMessageLoop(v8::Isolate* isolate) { in PumpMessageLoop() 166 void DefaultPlatform::RunIdleTasks(v8::Isolate* isolate, in RunIdleTasks() 191 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() 197 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread() 205 void DefaultPlatform::CallIdleOnForegroundThread(Isolate* isolate, in CallIdleOnForegroundThread() [all …]
|
| /external/v8/src/wasm/ |
| D | wasm-js.cc | 53 i::Handle<i::String> v8_str(i::Isolate* isolate, const char* str) { in v8_str() 56 Local<String> v8_str(Isolate* isolate, const char* str) { in v8_str() 62 v8::Isolate* isolate = args.GetIsolate(); in GetFirstArgumentAsModule() local 81 bool IsCompilationAllowed(i::Isolate* isolate, ErrorThrower* thrower, in IsCompilationAllowed() 97 bool IsInstantiationAllowed(i::Isolate* isolate, ErrorThrower* thrower, in IsInstantiationAllowed() 177 v8::Isolate* isolate = args.GetIsolate(); in WebAssemblyCompile() local 200 v8::Isolate* isolate = args.GetIsolate(); in WebAssemblyValidate() local 220 v8::Isolate* isolate = args.GetIsolate(); in WebAssemblyModule() local 240 v8::Isolate* isolate = args.GetIsolate(); in WebAssemblyModuleImports() local 253 v8::Isolate* isolate = args.GetIsolate(); in WebAssemblyModuleExports() local [all …]
|