Searched refs:ToHandle (Results 1 - 25 of 80) sorted by relevance

1234

/external/v8/test/cctest/compiler/
H A Dtest-run-jsobjects.cc15 T.Call(T.Val(19), T.Val(23), T.Val(42), T.Val(65)).ToHandle(&arguments);
28 T.Call(T.Val(19), T.Val(23), T.Val(42), T.Val(65)).ToHandle(&arguments);
41 T.Call(T.Val(19), T.Val(23), T.Val(42), T.Val(65)).ToHandle(&arguments);
/external/v8/src/compiler/
H A Djs-context-specialization.cc46 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange();
91 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange();
H A Dframe-states.cc76 if (info.shared_info().ToHandle(&shared_info)) {
H A Daccess-info.cc176 if (Map::TryUpdate(map).ToHandle(&map)) {
189 if (Map::TryUpdate(map).ToHandle(&map)) {
321 .ToHandle(&constructor)) {
358 if (Map::TryUpdate(map).ToHandle(&map)) {
412 .ToHandle(&transition_map)) {
H A Djs-native-context-specialization.cc64 GetNativeContext(node).ToHandle(&native_context)) {
90 if (!GetNativeContext(node).ToHandle(&native_context)) return NoChange();
227 if (access_info.holder().ToHandle(&holder)) {
249 access_info.holder().ToHandle(&holder)) {
358 if (access_info.transition_map().ToHandle(&transition_map)) {
519 if (!GetNativeContext(node).ToHandle(&native_context)) return NoChange();
675 if (access_info.holder().ToHandle(&holder)) {
885 if (Object::ToName(isolate(), mindex.Value()).ToHandle(&name)) {
972 .ToHandle(&constructor)) {
985 if (InferReceiverMap(receiver, effect).ToHandle(
[all...]
H A Djs-call-reducer.cc144 if (!state_info.shared_info().ToHandle(&shared)) return NoChange();
148 if (!state_info.shared_info().ToHandle(&shared)) return NoChange();
313 if (GetNativeContext(node).ToHandle(&native_context)) {
435 if (GetNativeContext(node).ToHandle(&native_context)) {
H A Dtype-hint-analyzer.cc79 if (raw_map != nullptr) Map::TryUpdate(handle(raw_map)).ToHandle(&map);
H A Djs-global-object-specialization.cc59 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange();
140 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange();
/external/v8/test/fuzzer/
H A Dregexp.cc42 if (!maybe_source.ToHandle(&source)) return 0;
65 if (!maybe_regexp.ToHandle(&regexp)) continue;
/external/v8/src/ic/
H A Dic-inl.h105 .ToHandle(&builtin_ctor)) {
121 .ToHandle(&builtin_ctor)) {
/external/v8/src/
H A Dcompiler.cc736 .ToHandle(&cached_code)) {
978 .ToHandle(&cached_code)) {
1002 .ToHandle(&opt_code)) {
1165 if (!GetLazyCode(function).ToHandle(&code)) {
1189 if (!GetBaselineCode(function).ToHandle(&code)) {
1215 if (!GetOptimizedCode(function, mode).ToHandle(&code)) {
1224 if (!GetUnoptimizedCode(&info).ToHandle(&code)) {
1406 if (!maybe_shared_info.ToHandle(&shared_info)) {
1497 .ToHandle(&result)) {
1512 if (!maybe_result.ToHandle(
[all...]
H A Dcompilation-dependencies.cc134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) {
H A Dprototype.h155 if (!proto.ToHandle(&handle_)) return false;
H A Dmessages.cc114 if (!maybe_stringified.ToHandle(&stringified)) {
378 if (!maybe_result.ToHandle(&result) || !result->IsString()) {
386 if (!maybe_result_string.ToHandle(&result_string)) {
/external/v8/src/crankshaft/arm/
H A Dlithium-gap-resolver-arm.cc242 __ Move(dst, cgen_->ToHandle(constant_source));
258 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source));
/external/v8/src/crankshaft/arm64/
H A Dlithium-gap-resolver-arm64.cc235 __ LoadObject(dst, cgen_->ToHandle(constant_source));
251 Handle<Object> handle = cgen_->ToHandle(constant_source);
/external/v8/src/crankshaft/mips/
H A Dlithium-gap-resolver-mips.cc235 __ li(dst, cgen_->ToHandle(constant_source));
250 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source));
/external/v8/src/crankshaft/mips64/
H A Dlithium-gap-resolver-mips64.cc235 __ li(dst, cgen_->ToHandle(constant_source));
251 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source));
/external/v8/src/crankshaft/ppc/
H A Dlithium-gap-resolver-ppc.cc224 __ Move(dst, cgen_->ToHandle(constant_source));
236 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source));
/external/v8/src/crankshaft/s390/
H A Dlithium-gap-resolver-s390.cc218 __ Move(dst, cgen_->ToHandle(constant_source));
230 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source));
/external/v8/src/crankshaft/x64/
H A Dlithium-gap-resolver-x64.cc186 __ Move(dst, cgen_->ToHandle(constant_source));
207 __ Move(kScratchRegister, cgen_->ToHandle(constant_source));
/external/v8/src/debug/
H A Ddebug.cc754 .ToHandle(&result)) {
1786 exception, uncaught, promise).ToHandle(&event_data)) {
1810 if (!MakeBreakEvent(break_points_hit).ToHandle(&event_data)) return;
1845 if (!MakeAsyncTaskEvent(data).ToHandle(&event_data)) return;
1862 if (!MakeExecutionState().ToHandle(&exec_state)) return;
1938 if (!MakeCompileEvent(script, event).ToHandle(&event_data)) return;
1947 if (!MakeExecutionState().ToHandle(&exec_state)) return;
2060 if (maybe_result.ToHandle(&answer_value)) {
2077 if (!maybe_result.ToHandle(&result)) break;
2081 if (!maybe_exception.ToHandle(
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-gap-resolver-x87.cc297 __ LoadObject(dst, cgen_->ToHandle(constant_source));
318 __ LoadObject(tmp, cgen_->ToHandle(constant_source));
/external/v8/src/runtime/
H A Druntime-compiler.cc244 if (maybe_result.ToHandle(&result) &&
336 if (maybe_error.ToHandle(&error)) isolate->Throw(*error);
H A Druntime-forin.cc123 if (!Enumerate(receiver).ToHandle(&cache_type)) {

Completed in 409 milliseconds

1234