| /external/v8/src/ |
| D | code-factory.cc | 15 Callable CodeFactory::LoadIC(Isolate* isolate) { in LoadIC() 25 Callable CodeFactory::ApiGetter(Isolate* isolate) { in ApiGetter() 31 Callable CodeFactory::LoadICInOptimizedCode(Isolate* isolate) { in LoadICInOptimizedCode() 37 Callable CodeFactory::LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode) { in LoadGlobalIC() 43 Callable CodeFactory::LoadGlobalICInOptimizedCode(Isolate* isolate, in LoadGlobalICInOptimizedCode() 51 Callable CodeFactory::KeyedLoadIC(Isolate* isolate) { in KeyedLoadIC() 58 Callable CodeFactory::KeyedLoadICInOptimizedCode(Isolate* isolate) { in KeyedLoadICInOptimizedCode() 66 Callable CodeFactory::CallIC(Isolate* isolate, int argc, in CallIC() 75 Callable CodeFactory::CallICInOptimizedCode(Isolate* isolate, int argc, in CallICInOptimizedCode() 85 Callable CodeFactory::StoreIC(Isolate* isolate, LanguageMode language_mode) { in StoreIC() [all …]
|
| D | assembler.cc | 135 AssemblerBase::AssemblerBase(Isolate* isolate, void* buffer, int buffer_size) in AssemblerBase() 164 void AssemblerBase::FlushICache(Isolate* isolate, void* start, size_t size) { in FlushICache() 754 Isolate* isolate = code->map()->GetIsolate(); in RelocIterator() local 870 void RelocInfo::Print(Isolate* isolate, std::ostream& os) { // NOLINT in Print() 912 void RelocInfo::Verify(Isolate* isolate) { in Verify() 1001 ExternalReference::ExternalReference(Builtins::CFunctionId id, Isolate* isolate) in ExternalReference() 1008 Isolate* isolate = NULL) in ExternalReference() 1012 ExternalReference::ExternalReference(Builtins::Name name, Isolate* isolate) in ExternalReference() 1016 ExternalReference::ExternalReference(Runtime::FunctionId id, Isolate* isolate) in ExternalReference() 1021 Isolate* isolate) in ExternalReference() [all …]
|
| D | code-stubs.h | 255 explicit CodeStub(Isolate* isolate) : minor_key_(0), isolate_(isolate) {} in CodeStub() 301 Isolate* isolate() const { return isolate_; } in isolate() function 304 CodeStub(uint32_t key, Isolate* isolate) in CodeStub() 460 explicit PlatformCodeStub(Isolate* isolate) : CodeStub(isolate) {} in PlatformCodeStub() 566 static Handle<Code> GetUninitialized(Isolate* isolate) { in GetUninitialized() 584 : CodeStub(isolate) { in CodeStub() argument 616 explicit TurboFanCodeStub(Isolate* isolate) : CodeStub(isolate) {} in TurboFanCodeStub() 696 explicit StringLengthStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in StringLengthStub() 707 explicit AddStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in AddStub() 715 explicit SubtractStub(Isolate* isolate) : TurboFanCodeStub(isolate) {} in SubtractStub() [all …]
|
| D | accessors.cc | 24 Isolate* isolate, in MakeAccessor() 68 Isolate* isolate = name->GetIsolate(); in IsJSObjectFieldAccessor() local 92 Isolate* isolate, Handle<Object> receiver, Handle<JSObject> holder, in ReplaceAccessorWithDataProperty() 113 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ReconfigureToDataProperty() local 132 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArgumentsIteratorGetter() local 141 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo() 156 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthGetter() local 169 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in ArrayLengthSetter() local 200 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo() 216 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate()); in StringLengthGetter() local [all …]
|
| D | interface-descriptors.cc | 35 Isolate* isolate, int parameter_count) { in BuildDefaultFunctionType() 83 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 101 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 117 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 165 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 178 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 221 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 242 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 262 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() 284 Isolate* isolate, int paramater_count) { in BuildCallInterfaceDescriptorFunctionType() [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() 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()
|
| 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() 163 DeferredHandleScope::DeferredHandleScope(Isolate* isolate) in DeferredHandleScope()
|
| 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 | api-natives.cc | 28 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data, in Instantiate() 42 Isolate* isolate, Handle<JSObject> object, Handle<Name> name, in DefineAccessorProperty() 72 MaybeHandle<Object> DefineDataProperty(Isolate* isolate, in DefineDataProperty() 102 void DisableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in DisableAccessChecks() 111 void EnableAccessChecks(Isolate* isolate, Handle<JSObject> object) { in EnableAccessChecks() 122 AccessCheckDisableScope(Isolate* isolate, Handle<JSObject> obj) in AccessCheckDisableScope() 143 Object* GetIntrinsic(Isolate* isolate, v8::Intrinsic intrinsic) { in GetIntrinsic() 168 Isolate* isolate = data->GetIsolate(); in GetParent() local 182 MaybeHandle<JSObject> ConfigureInstance(Isolate* isolate, Handle<JSObject> obj, in ConfigureInstance() 275 void CacheTemplateInstantiation(Isolate* isolate, uint32_t serial_number, in CacheTemplateInstantiation() [all …]
|
| D | i18n.cc | 37 bool ExtractStringSetting(Isolate* isolate, in ExtractStringSetting() 54 bool ExtractIntegerSetting(Isolate* isolate, in ExtractIntegerSetting() 69 bool ExtractBooleanSetting(Isolate* isolate, in ExtractBooleanSetting() 85 Isolate* isolate, in CreateICUDateFormat() 142 void SetResolvedDateSettings(Isolate* isolate, in SetResolvedDateSettings() 225 Handle<ObjectTemplateInfo> GetEternal(Isolate* isolate) { in GetEternal() 242 Isolate* isolate, in CreateICUNumberFormat() 365 void SetResolvedNumberSettings(Isolate* isolate, in SetResolvedNumberSettings() 469 Isolate* isolate, in CreateICUCollator() 532 void SetResolvedCollatorSettings(Isolate* isolate, in SetResolvedCollatorSettings() [all …]
|
| D | api.cc | 73 #define LOG_API(isolate, class_name, function_name) \ argument 78 #define ENTER_V8(isolate) i::VMState<v8::OTHER> __state__((isolate)) argument 80 #define PREPARE_FOR_EXECUTION_GENERIC(isolate, context, class_name, \ argument 101 #define PREPARE_FOR_EXECUTION_WITH_ISOLATE(isolate, class_name, function_name, \ argument 122 #define EXCEPTION_BAILOUT_CHECK_SCOPED(isolate, value) \ argument 155 explicit inline InternalEscapableScope(i::Isolate* isolate) in InternalEscapableScope() 161 void CheckMicrotasksScopesConsistency(i::Isolate* isolate) { in CheckMicrotasksScopesConsistency() 174 explicit CallDepthScope(i::Isolate* isolate, Local<Context> context, in CallDepthScope() 215 static ScriptOrigin GetScriptOriginForScript(i::Isolate* isolate, in GetScriptOriginForScript() 246 i::Isolate* isolate = i::Isolate::Current(); in FatalProcessOutOfMemory() local [all …]
|
| D | compilation-cache.h | 22 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
|
| D | api-arguments.h | 26 explicit inline CustomArgumentsBase(Isolate* isolate) in CustomArgumentsBase() 43 explicit inline CustomArguments(Isolate* isolate) : Super(isolate) {} in CustomArguments() 48 inline Isolate* isolate() { in isolate() function 55 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue() 79 PropertyCallbackArguments(Isolate* isolate, Object* data, Object* self, in PropertyCallbackArguments() 149 FunctionCallbackArguments(internal::Isolate* isolate, internal::Object* data, in FunctionCallbackArguments()
|
| D | allocation-site-scopes.h | 21 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()
|
| /external/v8/test/cctest/compiler/ |
| D | code-assembler-tester.h | 16 explicit ZoneHolder(Isolate* isolate) : zone_(isolate->allocator()) {} in ZoneHolder() 29 CodeAssemblerTesterImpl(Isolate* isolate, in CodeAssemblerTesterImpl() 37 CodeAssemblerTesterImpl(Isolate* isolate, int parameter_count) in CodeAssemblerTesterImpl() 45 CodeAssemblerTesterImpl(Isolate* isolate, Code::Flags flags) in CodeAssemblerTesterImpl()
|
| D | test-run-bytecode-graph-builder.cc | 38 static MaybeHandle<Object> CallFunction(Isolate* isolate, in CallFunction() 46 static MaybeHandle<Object> CallFunction(Isolate* isolate, in CallFunction() 59 BytecodeGraphCallable(Isolate* isolate, Handle<JSFunction> function) in BytecodeGraphCallable() 75 BytecodeGraphTester(Isolate* isolate, Zone* zone, const char* script, in BytecodeGraphTester() 189 Isolate* isolate = scope.main_isolate(); in TEST() local 225 Isolate* isolate = scope.main_isolate(); in TEST() local 252 Isolate* isolate = scope.main_isolate(); in TEST() local 312 Isolate* isolate = scope.main_isolate(); in TEST() local 355 Isolate* isolate = scope.main_isolate(); in TEST() local 411 Isolate* isolate = scope.main_isolate(); in TestBytecodeGraphBuilderNamedStore() local [all …]
|
| D | test-code-assembler.cc | 39 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 50 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 63 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 74 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 87 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 100 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 114 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 144 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 166 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local 189 Isolate* isolate(CcTest::InitIsolateOnce()); in TEST() local [all …]
|
| /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/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/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/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/test/cctest/ |
| D | test-access-checks.cc | 15 v8::Isolate* isolate = info.GetIsolate(); in NamedGetter() local 23 v8::Isolate* isolate = info.GetIsolate(); in NamedSetter() local 35 v8::Isolate* isolate = info.GetIsolate(); in NamedQuery() local 44 v8::Isolate* isolate = info.GetIsolate(); in NamedDeleter() local 52 v8::Isolate* isolate = info.GetIsolate(); in NamedEnumerator() local 66 v8::Isolate* isolate = info.GetIsolate(); in IndexedSetter() local 86 v8::Isolate* isolate = info.GetIsolate(); in IndexedEnumerator() local 107 v8::Isolate* isolate = info.GetIsolate(); in SetCrossContextInt() local 122 v8::Isolate* isolate = CcTest::isolate(); in TEST() local
|
| /external/v8/test/cctest/interpreter/ |
| D | interpreter-tester.cc | 11 MaybeHandle<Object> CallInterpreter(Isolate* isolate, in CallInterpreter() 18 Isolate* isolate, const char* source, MaybeHandle<BytecodeArray> bytecode, in InterpreterTester() 31 Isolate* isolate, Handle<BytecodeArray> bytecode, in InterpreterTester() 35 InterpreterTester::InterpreterTester(Isolate* isolate, const char* source, in InterpreterTester() 58 Handle<String> InterpreterTester::GetName(Isolate* isolate, const char* name) { in GetName()
|
| /external/v8/src/libplatform/ |
| D | default-platform.cc | 28 bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate) { in PumpMessageLoop() 84 Task* DefaultPlatform::PopTaskInMainThreadQueue(v8::Isolate* isolate) { in PopTaskInMainThreadQueue() 95 Task* DefaultPlatform::PopTaskInMainThreadDelayedQueue(v8::Isolate* isolate) { in PopTaskInMainThreadDelayedQueue() 110 bool DefaultPlatform::PumpMessageLoop(v8::Isolate* isolate) { in PumpMessageLoop() 141 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() 147 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread() 156 void DefaultPlatform::CallIdleOnForegroundThread(Isolate* isolate, in CallIdleOnForegroundThread() 162 bool DefaultPlatform::IdleTasksEnabled(Isolate* isolate) { return false; } in IdleTasksEnabled()
|
| /external/v8/src/ic/ |
| D | ic.h | 83 Isolate* isolate() const { return isolate_; } in isolate() function 254 CallIC(Isolate* isolate, CallICNexus* nexus) in CallIC() 273 : IC(depth, isolate, nexus) { in IC() argument 320 : LoadIC(depth, isolate, nexus) {} in LoadIC() argument 339 : LoadIC(depth, isolate, nexus) { in LoadIC() argument 370 : IC(depth, isolate, nexus) { in IC() argument 429 : StoreIC(depth, isolate, nexus) {} in StoreIC() argument 463 explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in BinaryOpIC() 473 CompareIC(Isolate* isolate, Token::Value op) in CompareIC() 504 explicit ToBooleanIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in ToBooleanIC()
|