/external/v8/src/ |
D | value-serializer.cc | 487 if (!Object::GetProperty(&it).ToHandle(&value)) return Nothing<bool>(); in WriteJSObject() 508 .ToHandle(&keys) || in WriteJSObjectSlow() 584 if (!Object::GetProperty(&it).ToHandle(&element) || in WriteJSArray() 611 .ToHandle(&keys) || in WriteJSArray() 828 if (!Object::GetProperty(&it).ToHandle(&value)) return Nothing<uint32_t>(); in WriteJSObjectPropertiesSlow() 880 if (array_buffer_transfer_map_.ToHandle(&transfer_map_handle)) { in ~ValueDeserializer() 1027 if (result.ToHandle(&object) && V8_UNLIKELY(object->IsJSArrayBuffer()) && in ReadObject() 1148 .ToHandle(&string)) in ReadTwoByteString() 1273 if (!ReadObject().ToHandle(&element)) return MaybeHandle<JSArray>(); in ReadDenseJSArray() 1300 .ToHandle(&date)) { in ReadJSDate() [all …]
|
D | compiler.cc | 630 .ToHandle(&cached_code)) { in GetOptimizedCode() 865 .ToHandle(&cached_code)) { in GetLazyCode() 890 if (GetBaselineCode(function).ToHandle(&code)) { in GetLazyCode() 905 .ToHandle(&code)) { in GetLazyCode() 934 .ToHandle(&opt_code)) { in GetLazyCode() 1052 if (!GetLazyCode(function).ToHandle(&code)) { in Compile() 1076 if (!GetBaselineCode(function).ToHandle(&code)) { in CompileBaseline() 1102 if (!GetOptimizedCode(function, mode).ToHandle(&code)) { in CompileOptimized() 1114 if (!GetUnoptimizedCode(&info).ToHandle(&code)) { in CompileOptimized() 1285 if (!maybe_shared_info.ToHandle(&shared_info)) { in GetFunctionFromEval() [all …]
|
D | accessors.cc | 222 .ToHandle(&result)) { in ModuleNamespaceEntryGetter() 759 if (!JSFunction::GetLength(isolate, function).ToHandle(&result)) { in FunctionLengthGetter() 1063 if (maybe_caller.ToHandle(&caller)) { in FunctionCallerGetter() 1096 if (!JSFunction::GetLength(isolate, target).ToHandle(&target_length)) { in BoundFunctionLengthGetter() 1129 if (!JSBoundFunction::GetName(isolate, function).ToHandle(&result)) { in BoundFunctionNameGetter() 1187 if (!maybe_stack_trace.ToHandle(&stack_trace) || in ErrorStackGetter() 1199 .ToHandle(&formatted_stack_trace)) { in ErrorStackGetter() 1224 if (!JSObject::GetProperty(holder, name).ToHandle(&formatted_stack_trace)) { in ErrorStackGetter()
|
D | prototype.h | 170 if (!proto.ToHandle(&handle_)) return false; in AdvanceFollowingProxiesIgnoringAccessChecks()
|
D | compilation-dependencies.cc | 134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) { in AssumePrototypeMapsStable()
|
/external/v8/src/compiler/ |
D | js-context-specialization.cc | 46 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSLoadContext() 91 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSStoreContext()
|
D | access-info.cc | 215 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputeElementAccessInfos() 228 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputeElementAccessInfos() 394 .ToHandle(&constructor)) { in ComputePropertyAccessInfo() 430 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputePropertyAccessInfos() 499 .ToHandle(&transition_map)) { in LookupTransition()
|
D | frame-states.cc | 82 if (info.shared_info().ToHandle(&shared_info)) { in operator <<()
|
D | js-native-context-specialization.cc | 123 if (access_info.holder().ToHandle(&holder)) { in ReduceJSInstanceOf() 143 if (access_info.holder().ToHandle(&holder)) { in ReduceJSInstanceOf() 854 if (Object::ToName(isolate(), mindex.Value()).ToHandle(&name)) { in ReduceKeyedAccess() 950 if (access_info.holder().ToHandle(&holder)) { in BuildPropertyAccess() 1056 if (access_info.holder().ToHandle(&holder)) { in BuildPropertyAccess() 1165 if (access_info.field_map().ToHandle(&field_map)) { in BuildPropertyAccess() 1188 if (access_info.transition_map().ToHandle(&transition_map)) { in BuildPropertyAccess() 1596 .ToHandle(&constructor)) { in AssumePrototypesStable() 1644 if (InferReceiverMap(receiver, effect).ToHandle(&receiver_map)) { in ExtractReceiverMaps() 1652 if (InferReceiverRootMap(receiver).ToHandle(&receiver_map)) { in ExtractReceiverMaps()
|
D | typed-optimization.cc | 134 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceCheckMaps() 172 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceLoadField()
|
D | js-call-reducer.cc | 121 if (!state_info.shared_info().ToHandle(&shared)) return NoChange(); in ReduceFunctionPrototypeApply() 125 if (!state_info.shared_info().ToHandle(&shared)) return NoChange(); in ReduceFunctionPrototypeApply() 239 if (InferReceiverMap(node).ToHandle(&receiver_map)) { in ReduceObjectPrototypeGetProto()
|
/external/v8/src/ast/ |
D | context-slot-cache.cc | 53 .ToHandle(&internalized_name)) { in Update() 82 .ToHandle(&internalized_name)) { in ValidateEntry()
|
/external/v8/src/ic/ |
D | ic-inl.h | 110 .ToHandle(&builtin_ctor)) { in GetHandlerCacheHolder() 126 .ToHandle(&builtin_ctor)) { in GetICCacheHolder()
|
/external/v8/src/runtime/ |
D | runtime-strings.cc | 31 recursion_limit).ToHandle(&new_first)) { in StringReplaceOneCharWithString() 39 .ToHandle(&new_second)) { in StringReplaceOneCharWithString() 74 kRecursionLimit).ToHandle(&result)) { in RUNTIME_FUNCTION() 81 kRecursionLimit).ToHandle(&result)) { in RUNTIME_FUNCTION() 145 maybe_str1.ToHandle(&str1); in RUNTIME_FUNCTION() 146 maybe_str2.ToHandle(&str2); in RUNTIME_FUNCTION()
|
D | runtime-compiler.cc | 349 if (maybe_result.ToHandle(&result) && in RUNTIME_FUNCTION() 449 if (maybe_error.ToHandle(&error)) isolate->Throw(*error); in CompileGlobalEval()
|
/external/v8/src/debug/ |
D | debug.cc | 677 .ToHandle(&result)) { in CheckBreakPoint() 1790 exception, uncaught, promise).ToHandle(&event_data)) { in OnException() 1814 if (!MakeBreakEvent(break_points_hit).ToHandle(&event_data)) return; in OnDebugBreak() 1850 if (!MakeAsyncTaskEvent(type, id, name).ToHandle(&event_data)) return; in OnAsyncTaskEvent() 1867 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessDebugEvent() 1945 if (!MakeCompileEvent(script, event).ToHandle(&event_data)) return; in ProcessCompileEvent() 1954 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessCompileEvent() 2067 if (maybe_result.ToHandle(&answer_value)) { in NotifyMessageHandler() 2084 if (!maybe_result.ToHandle(&result)) break; in NotifyMessageHandler() 2088 if (!maybe_exception.ToHandle(&exception)) break; in NotifyMessageHandler() [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 235 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove() 251 Handle<Object> handle = cgen_->ToHandle(constant_source); in EmitMove()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-gap-resolver-s390.cc | 218 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 230 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 224 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 236 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove() 250 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 242 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 258 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove() 251 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 186 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 207 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 297 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove() 318 __ LoadObject(tmp, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 194 if (!deserializer.DeserializeObject(isolate).ToHandle(&as_heap_object)) { in Deserialize() 251 if (!maybe_wire_bytes_as_string.ToHandle(&wire_bytes_as_string)) { in DeserializeWasmModule()
|