/external/v8/src/interpreter/ |
D | constant-array-builder.cc | 68 Handle<Object> handle = entry.ToHandle(isolate); in CheckAllElementsAreUnique() 75 os << i++ << ": " << Brief(*prev_entry.ToHandle(isolate)) << std::endl; in CheckAllElementsAreUnique() 135 if (!entry.IsDeferred()) return entry.ToHandle(isolate); in At() 157 *slice->At(slice->start_index() + i).ToHandle(isolate)); in ToFixedArray() 305 Handle<Object> ConstantArrayBuilder::Entry::ToHandle(Isolate* isolate) const { in ToHandle() function in v8::internal::interpreter::ConstantArrayBuilder::Entry
|
/external/v8/src/ |
D | value-serializer.cc | 508 if (!Object::GetProperty(&it).ToHandle(&value)) return Nothing<bool>(); in WriteJSObject() 529 .ToHandle(&keys) || in WriteJSObjectSlow() 611 if (!Object::GetProperty(&it).ToHandle(&element) || in WriteJSArray() 638 .ToHandle(&keys) || in WriteJSArray() 857 if (!Object::GetProperty(&it).ToHandle(&value)) return Nothing<uint32_t>(); in WriteJSObjectPropertiesSlow() 917 if (array_buffer_transfer_map_.ToHandle(&transfer_map_handle)) { in ~ValueDeserializer() 1064 if (result.ToHandle(&object) && V8_UNLIKELY(object->IsJSArrayBuffer()) && in ReadObject() 1169 if (!ReadObject().ToHandle(&object) || !object->IsString()) { in ReadString() 1217 .ToHandle(&string)) { in ReadTwoByteString() 1349 if (!ReadObject().ToHandle(&element)) return MaybeHandle<JSArray>(); in ReadDenseJSArray() [all …]
|
D | accessors.cc | 244 .ToHandle(&result)) { in ModuleNamespaceEntryGetter() 753 if (!JSFunction::GetLength(isolate, function).ToHandle(&result)) { in FunctionLengthGetter() 1055 if (maybe_caller.ToHandle(&caller)) { in FunctionCallerGetter() 1088 if (!JSFunction::GetLength(isolate, target).ToHandle(&target_length)) { in BoundFunctionLengthGetter() 1121 if (!JSBoundFunction::GetName(isolate, function).ToHandle(&result)) { in BoundFunctionNameGetter() 1179 if (!maybe_stack_trace.ToHandle(&stack_trace) || in ErrorStackGetter() 1191 .ToHandle(&formatted_stack_trace)) { in ErrorStackGetter() 1217 if (!JSObject::GetProperty(holder, name).ToHandle(&formatted_stack_trace)) { in ErrorStackGetter()
|
D | compiler.cc | 828 .ToHandle(&cached_code)) { in GetOptimizedCode() 1062 .ToHandle(&cached_code)) { in GetLazyCode() 1096 .ToHandle(&code)) { in GetLazyCode() 1126 .ToHandle(&opt_code)) { in GetLazyCode() 1258 if (!GetLazyCode(function).ToHandle(&code)) { in Compile() 1283 if (!GetBaselineCode(function).ToHandle(&code)) { in CompileBaseline() 1309 if (!GetOptimizedCode(function, mode).ToHandle(&code)) { in CompileOptimized() 1688 .ToHandle(&inner_result)) { in GetSharedFunctionInfoForScript() 1838 if (maybe_existing.ToHandle(&existing)) { in GetSharedFunctionInfo()
|
D | compilation-dependencies.cc | 134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) { in AssumePrototypeMapsStable()
|
D | prototype.h | 169 if (!proto.ToHandle(&handle_)) return false; in AdvanceFollowingProxiesIgnoringAccessChecks()
|
/external/v8/src/compiler/ |
D | access-info.cc | 220 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputeElementAccessInfos() 233 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputeElementAccessInfos() 385 .ToHandle(&cached_property_name)) { in ComputePropertyAccessInfo() 422 .ToHandle(&constructor)) { in ComputePropertyAccessInfo() 458 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputePropertyAccessInfos() 528 .ToHandle(&transition_map)) { in LookupTransition()
|
D | js-context-specialization.cc | 80 .ToHandle(&concrete)) { in ReduceJSLoadContext() 129 .ToHandle(&concrete)) { in ReduceJSStoreContext()
|
D | frame-states.cc | 83 if (info.shared_info().ToHandle(&shared_info)) { in operator <<()
|
D | typed-optimization.cc | 137 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceCheckMaps() 175 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceLoadField()
|
D | js-native-context-specialization.cc | 204 if (access_info.holder().ToHandle(&holder)) { in ReduceJSInstanceOf() 225 if (access_info.holder().ToHandle(&holder)) { in ReduceJSInstanceOf() 1230 if (Object::ToName(isolate(), mindex.Value()).ToHandle(&name)) { in ReduceKeyedAccess() 1326 if (access_info.holder().ToHandle(&holder)) { in BuildPropertyAccess() 1431 if (access_info.holder().ToHandle(&holder)) { in BuildPropertyAccess() 1506 if (access_info.field_map().ToHandle(&field_map)) { in BuildPropertyAccess() 1610 if (access_info.field_map().ToHandle(&field_map)) { in BuildPropertyAccess() 1638 if (access_info.transition_map().ToHandle(&transition_map)) { in BuildPropertyAccess() 2189 .ToHandle(&constructor)) { in AssumePrototypesStable() 2244 if (InferReceiverRootMap(receiver).ToHandle(&receiver_map)) { in ExtractReceiverMaps()
|
/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 | 102 .ToHandle(&builtin_ctor)) { in GetHandlerCacheHolder() 118 .ToHandle(&builtin_ctor)) { in GetICCacheHolder()
|
/external/v8/src/runtime/ |
D | runtime-strings.cc | 72 recursion_limit).ToHandle(&new_first)) { in StringReplaceOneCharWithString() 80 .ToHandle(&new_second)) { in StringReplaceOneCharWithString() 115 kRecursionLimit).ToHandle(&result)) { in RUNTIME_FUNCTION() 122 kRecursionLimit).ToHandle(&result)) { in RUNTIME_FUNCTION() 201 maybe_str1.ToHandle(&str1); in RUNTIME_FUNCTION() 202 maybe_str2.ToHandle(&str2); in RUNTIME_FUNCTION()
|
D | runtime-compiler.cc | 340 if (maybe_result.ToHandle(&result) && in RUNTIME_FUNCTION() 440 if (maybe_error.ToHandle(&error)) isolate->Throw(*error); in CompileGlobalEval()
|
D | runtime-forin.cc | 119 if (!Enumerate(receiver).ToHandle(&cache_type)) { in RUNTIME_FUNCTION_RETURN_TRIPLE()
|
/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/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/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/x64/ |
D | lithium-gap-resolver-x64.cc | 187 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 208 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/debug/ |
D | debug.cc | 633 .ToHandle(&result)) { in CheckBreakPoint() 1787 if (!MakeExecutionState().ToHandle(&exec_state)) return; in OnException() 1813 if (!MakeExecutionState().ToHandle(&exec_state)) return; in OnDebugBreak() 2079 if (!MakeExecutionState().ToHandle(&exec_state)) { in Call() 2267 if (isolate_->debug()->MakeAsyncTaskEvent(type, id).ToHandle(&event_data)) { in PromiseEventOccurred() 2278 .ToHandle(&event_data)) { in ScriptCompiled() 2289 .ToHandle(&event_data)) { in BreakProgramRequested() 2305 .ToHandle(&event_data)) { in ExceptionThrown() 2315 if (isolate_->debug()->MakeExecutionState().ToHandle(&exec_state)) { in ProcessDebugEvent()
|
/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()
|