Home
last modified time | relevance | path

Searched refs:ToHandle (Results 1 – 25 of 84) sorted by relevance

1234

/external/v8/src/
Dvalue-serializer.cc487 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 …]
Dcompiler.cc630 .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 …]
Daccessors.cc222 .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()
Dprototype.h170 if (!proto.ToHandle(&handle_)) return false; in AdvanceFollowingProxiesIgnoringAccessChecks()
Dcompilation-dependencies.cc134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) { in AssumePrototypeMapsStable()
/external/v8/src/compiler/
Djs-context-specialization.cc46 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSLoadContext()
91 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSStoreContext()
Daccess-info.cc215 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()
Dframe-states.cc82 if (info.shared_info().ToHandle(&shared_info)) { in operator <<()
Djs-native-context-specialization.cc123 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()
Dtyped-optimization.cc134 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceCheckMaps()
172 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceLoadField()
Djs-call-reducer.cc121 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/
Dcontext-slot-cache.cc53 .ToHandle(&internalized_name)) { in Update()
82 .ToHandle(&internalized_name)) { in ValidateEntry()
/external/v8/src/ic/
Dic-inl.h110 .ToHandle(&builtin_ctor)) { in GetHandlerCacheHolder()
126 .ToHandle(&builtin_ctor)) { in GetICCacheHolder()
/external/v8/src/runtime/
Druntime-strings.cc31 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()
Druntime-compiler.cc349 if (maybe_result.ToHandle(&result) && in RUNTIME_FUNCTION()
449 if (maybe_error.ToHandle(&error)) isolate->Throw(*error); in CompileGlobalEval()
/external/v8/src/debug/
Ddebug.cc677 .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/
Dlithium-gap-resolver-arm64.cc235 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove()
251 Handle<Object> handle = cgen_->ToHandle(constant_source); in EmitMove()
/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc218 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
230 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc224 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
236 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove()
250 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc242 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
258 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove()
251 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc186 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
207 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc297 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove()
318 __ LoadObject(tmp, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/snapshot/
Dcode-serializer.cc194 if (!deserializer.DeserializeObject(isolate).ToHandle(&as_heap_object)) { in Deserialize()
251 if (!maybe_wire_bytes_as_string.ToHandle(&wire_bytes_as_string)) { in DeserializeWasmModule()

1234