Searched defs:isolate (Results 51 - 75 of 504) sorted by relevance

1234567891011>>

/external/libmojo/mojo/edk/js/
H A Dwaiting_callback.cc17 v8::Handle<v8::Private> GetHiddenPropertyName(v8::Isolate* isolate) { argument
19 isolate, gin::StringToV8(isolate, "::mojo::js::WaitingCallback"));
28 v8::Isolate* isolate,
34 isolate, new WaitingCallback(isolate, callback, one_shot));
52 WaitingCallback::WaitingCallback(v8::Isolate* isolate, argument
57 v8::Handle<v8::Context> context = isolate->GetCurrentContext();
59 GetWrapper(isolate)
60 ->SetPrivate(context, GetHiddenPropertyName(isolate), callbac
27 Create( v8::Isolate* isolate, v8::Handle<v8::Function> callback, gin::Handle<HandleWrapper> handle_wrapper, MojoHandleSignals signals, bool one_shot) argument
73 v8::Isolate* isolate = runner_->GetContextHolder()->isolate(); local
[all...]
/external/v8/src/builtins/
H A Dbuiltins-error.cc19 HandleScope scope(isolate);
33 isolate, ErrorUtils::Construct(isolate, args.target(),
35 args.atOrUndefined(isolate, 1), mode,
41 HandleScope scope(isolate);
42 Handle<Object> object_obj = args.atOrUndefined(isolate, 1);
45 isolate, NewTypeError(MessageTemplate::kInvalidArgument, object_obj));
48 Handle<Object> caller = args.atOrUndefined(isolate, 2);
53 RETURN_FAILURE_ON_EXCEPTION(isolate,
54 isolate
88 MakeGenericError(Isolate* isolate, BuiltinArguments args, Handle<JSFunction> constructor) argument
[all...]
/external/v8/src/compiler/
H A Djs-context-specialization.cc88 concrete = handle(concrete->previous(), isolate());
103 isolate());
104 if (value->IsUndefined(isolate()) || value->IsTheHole(isolate())) {
137 concrete = handle(concrete->previous(), isolate());
144 Isolate* JSContextSpecialization::isolate() const { function in class:v8::internal::compiler::JSContextSpecialization
145 return jsgraph()->isolate();
H A Dsimplified-lowering.h80 Isolate* isolate() { return jsgraph_->isolate(); } function in class:v8::internal::compiler::final
/external/v8/src/
H A Dcounters-inl.h65 Isolate* isolate, RuntimeCallStats::CounterId counter_id) {
67 Initialize(isolate->counters()->runtime_call_stats(), counter_id);
64 RuntimeCallTimerScope( Isolate* isolate, RuntimeCallStats::CounterId counter_id) argument
H A Dfield-type.cc28 Handle<FieldType> FieldType::None(Isolate* isolate) { argument
29 return handle(None(), isolate);
33 Handle<FieldType> FieldType::Any(Isolate* isolate) { argument
34 return handle(Any(), isolate);
41 Handle<FieldType> FieldType::Class(i::Handle<i::Map> map, Isolate* isolate) { argument
42 return handle(Class(*map), isolate);
/external/v8/src/debug/
H A Ddebug-coverage.h30 CoverageScript(Isolate* isolate, Handle<Script> s) : script(s) {} argument
40 static Coverage* Collect(Isolate* isolate, bool reset_count);
44 static void TogglePrecise(Isolate* isolate, bool enable);
/external/v8/src/debug/ia32/
H A Ddebug-ia32.cc35 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
41 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
45 CodePatcher patcher(isolate, pc, kSize);
73 __ Push(masm->isolate()->factory()->the_hole_value());
78 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate())));
80 CEntryStub ceb(masm->isolate(), 1);
/external/v8/src/debug/mips/
H A Ddebug-mips.cc38 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
39 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions);
44 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
47 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions);
78 __ Push(masm->isolate()->factory()->the_hole_value());
82 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate()));
84 CEntryStub ceb(masm->isolate(), 1);
/external/v8/src/debug/mips64/
H A Ddebug-mips64.cc37 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
38 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions);
43 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
46 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions);
91 __ Push(masm->isolate()->factory()->the_hole_value());
95 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate()));
97 CEntryStub ceb(masm->isolate(), 1);
/external/v8/src/debug/ppc/
H A Ddebug-ppc.cc38 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
39 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions);
44 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
47 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions);
86 __ Push(masm->isolate()->factory()->the_hole_value());
91 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate())));
93 CEntryStub ceb(masm->isolate(), 1);
/external/v8/src/debug/s390/
H A Ddebug-s390.cc43 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
44 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
48 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
51 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
91 __ Push(masm->isolate()->factory()->the_hole_value());
96 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate())));
98 CEntryStub ceb(masm->isolate(), 1);
/external/v8/src/debug/x64/
H A Ddebug-x64.cc36 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
37 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
42 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
46 CodePatcher patcher(isolate, pc, kSize);
74 __ Push(masm->isolate()->factory()->the_hole_value());
/external/v8/src/debug/x87/
H A Ddebug-x87.cc35 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { argument
36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
41 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, argument
45 CodePatcher patcher(isolate, pc, kSize);
79 __ Push(masm->isolate()->factory()->the_hole_value());
84 Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate())));
86 CEntryStub ceb(masm->isolate(), 1);
116 ExternalReference::debug_after_break_target_address(masm->isolate());
138 __ mov(edx, masm->isolate()->factory()->undefined_value());
/external/v8/src/heap/
H A Dscavenge-job.h24 explicit IdleTask(Isolate* isolate, ScavengeJob* job) argument
25 : CancelableIdleTask(isolate), job_(job) {}
H A Dstore-buffer.cc11 #include "src/isolate.h"
81 void StoreBuffer::StoreBufferOverflow(Isolate* isolate) { argument
82 isolate->heap()->store_buffer()->FlipStoreBuffers();
83 isolate->counters()->store_buffer_overflows()->Increment();
96 Task* task = new Task(heap_->isolate(), this);
/external/v8/src/ic/
H A Dcall-optimization.cc92 Isolate* isolate = function_template_info->GetIsolate(); local
93 if (function_template_info->call_code()->IsUndefined(isolate)) return;
97 if (!function_template_info->signature()->IsUndefined(isolate)) {
114 Isolate* isolate = function->GetIsolate();
116 isolate);
119 if (info->call_code()->IsUndefined(isolate)) return;
120 api_call_info_ = handle(CallHandlerInfo::cast(info->call_code()), isolate);
122 if (!info->signature()->IsUndefined(isolate)) {
124 handle(FunctionTemplateInfo::cast(info->signature()), isolate);
/external/v8/src/ic/mips/
H A Dic-mips.cc48 void PatchInlinedSmiCode(Isolate* isolate, Address address, argument
72 LOG(isolate, PatchIC(address, andi_instruction_address, delta));
86 CodePatcher patcher(isolate, patch_address, 2);
/external/v8/src/ic/mips64/
H A Dic-mips64.cc48 void PatchInlinedSmiCode(Isolate* isolate, Address address, argument
72 LOG(isolate, PatchIC(address, andi_instruction_address, delta));
86 CodePatcher patcher(isolate, patch_address, 2);
/external/v8/src/ic/s390/
H A Dic-s390.cc47 void PatchInlinedSmiCode(Isolate* isolate, Address address, argument
73 LOG(isolate, PatchIC(address, cmp_instruction_address, delta));
102 CodePatcher patcher(isolate, patch_address, patch_size);
/external/v8/src/inspector/
H A Dinspected-context.cc44 v8::Isolate* isolate = m_inspector->isolate(); local
46 v8::Int32::New(isolate, contextId));
54 ->Set(info.context, toV8StringInternalized(isolate, "console"),
58 m_console.Reset(isolate, console);
64 v8::HandleScope scope(isolate());
66 m_console.Get(isolate()));
79 return m_context.Get(isolate());
82 v8::Isolate* InspectedContext::isolate() const { function in class:v8_inspector::InspectedContext
83 return m_inspector->isolate();
[all...]
H A Dstring-util.cc11 v8::Local<v8::String> toV8String(v8::Isolate* isolate, const String16& string) { argument
12 if (string.isEmpty()) return v8::String::Empty(isolate);
15 isolate, reinterpret_cast<const uint16_t*>(string.characters16()),
20 v8::Local<v8::String> toV8StringInternalized(v8::Isolate* isolate, argument
22 if (string.isEmpty()) return v8::String::Empty(isolate);
25 isolate, reinterpret_cast<const uint16_t*>(string.characters16()),
31 v8::Local<v8::String> toV8StringInternalized(v8::Isolate* isolate, argument
33 return v8::String::NewFromUtf8(isolate, str, v8::NewStringType::kInternalized)
37 v8::Local<v8::String> toV8String(v8::Isolate* isolate, argument
39 if (!string.length()) return v8::String::Empty(isolate);
[all...]
H A Dv8-inspector-impl.h57 v8::Isolate* isolate() const { return m_isolate; } function in class:v8_inspector::V8InspectorImpl
H A Dv8-regex.cc19 v8::Isolate* isolate = m_inspector->isolate(); local
20 v8::HandleScope handleScope(isolate);
23 v8::TryCatch tryCatch(isolate);
30 if (v8::RegExp::New(context, toV8String(isolate, pattern),
33 m_regex.Reset(isolate, regex);
49 v8::Isolate* isolate = m_inspector->isolate();
50 v8::HandleScope handleScope(isolate);
52 v8::MicrotasksScope microtasks(isolate,
[all...]
/external/v8/src/interpreter/
H A Dinterpreter-intrinsics.h85 Isolate* isolate() { return isolate_; } function in class:v8::internal::interpreter::IntrinsicsHelper

Completed in 339 milliseconds

1234567891011>>