HomeSort by relevance Sort by last modified time
    Searched refs:isolate (Results 176 - 200 of 822) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
assert-scope.h 16 class Isolate;
58 explicit PerIsolateAssertScope(Isolate* isolate);
61 static bool IsAllowed(Isolate* isolate);
66 Isolate* isolate_;
91 explicit PerIsolateAssertScopeDebugOnly(Isolate* isolate)
92 : PerIsolateAssertScope<type, allow>(isolate) { }
96 explicit PerIsolateAssertScopeDebugOnly(Isolate* isolate) {
    [all...]
i18n.cc 12 #include "src/isolate.h"
45 bool ExtractStringSetting(Isolate* isolate,
49 Handle<String> str = isolate->factory()->NewStringFromAsciiChecked(key);
62 bool ExtractIntegerSetting(Isolate* isolate,
66 Handle<String> str = isolate->factory()->NewStringFromAsciiChecked(key);
77 bool ExtractBooleanSetting(Isolate* isolate,
81 Handle<String> str = isolate->factory()->NewStringFromAsciiChecked(key)
    [all...]
elements.cc 10 #include "src/isolate-inl.h"
109 MaybeHandle<Object> ThrowArrayLengthRangeError(Isolate* isolate) {
110 THROW_NEW_ERROR(isolate, NewRangeError(MessageTemplate::kInvalidArrayLength),
188 Isolate* isolate = from->GetIsolate(); local
190 int entry = from->FindEntry(isolate, i + from_start);
193 DCHECK(!value->IsTheHole(isolate));
196 to->set_the_hole(isolate, i + to_start);
236 Isolate* isolate = from_base->GetIsolate()
237 Handle<FixedDoubleArray> from(FixedDoubleArray::cast(from_base), isolate); local
238 Handle<FixedArray> to(FixedArray::cast(to_base), isolate); local
420 Isolate* isolate = from->GetIsolate(); local
821 Isolate* isolate = object->GetIsolate(); local
1067 Isolate* isolate = keys->isolate(); local
1109 Isolate* isolate = object->GetIsolate(); local
1382 Isolate* isolate = dict->GetIsolate(); local
1556 Isolate* isolate = accumulator->isolate(); local
1762 Isolate* isolate = store->GetIsolate(); local
1792 Isolate* isolate = obj->GetIsolate(); local
1823 Isolate* isolate = obj->GetIsolate(); local
1936 Isolate* isolate = accumulator->isolate(); local
1949 Isolate* isolate = holder->GetIsolate(); local
2008 Isolate* isolate = receiver->GetIsolate(); local
2024 Isolate* isolate = receiver->GetIsolate(); local
2337 Isolate* isolate = receiver->GetIsolate(); local
2387 Isolate* isolate = receiver->GetIsolate(); local
2788 Isolate* isolate = receiver->GetIsolate(); local
2940 Handle<FixedArray> parameter_map(FixedArray::cast(parameters), isolate); local
3045 Isolate* isolate = accumulator->isolate(); local
3130 Isolate* isolate = keys->isolate(); local
3304 Isolate* isolate = store->GetIsolate(); local
3359 Isolate* isolate = receiver->GetIsolate(); local
3477 Isolate* isolate = holder->GetIsolate(); local
3563 Isolate* isolate = receiver->GetIsolate(); local
    [all...]
layout-descriptor.cc 20 Isolate* isolate = descriptors->GetIsolate(); local
21 if (!FLAG_unbox_double_fields) return handle(FastPointerLayout(), isolate);
28 return handle(FastPointerLayout(), isolate);
34 LayoutDescriptor::New(isolate, layout_descriptor_length);
39 return handle(layout_descriptor, isolate);
46 Isolate* isolate = map->GetIsolate(); local
48 isolate);
57 isolate, layout_descriptor, field_index + details.field_width_in_words())
    [all...]
  /external/v8/src/snapshot/
snapshot.h 15 class Isolate;
56 // Initialize the Isolate from the internal snapshot. Returns false if no
58 static bool Initialize(Isolate* isolate);
61 Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
65 static bool HaveASnapshotToStartFrom(Isolate* isolate);
67 static bool HasContextSnapshot(Isolate* isolate, size_t index)
    [all...]
code-serializer.cc 23 ScriptData* CodeSerializer::Serialize(Isolate* isolate,
36 CodeSerializer cs(isolate, SerializedCodeData::SourceHash(source));
111 return SerializeObject(isolate()->heap()->undefined_value(), how_to_code,
117 Script::cast(obj)->set_wrapper(isolate()->heap()->undefined_value());
151 isolate()->builtins()->name(builtin_index));
164 DCHECK(!CodeStub::GetCode(isolate(), stub_key).is_null());
178 Isolate* isolate, ScriptData* cached_data, Handle<String> source) {
182 HandleScope scope(isolate);
    [all...]
code-serializer.h 16 static ScriptData* Serialize(Isolate* isolate,
23 Isolate* isolate, ScriptData* cached_data, Handle<String> source);
30 explicit CodeSerializer(Isolate* isolate, uint32_t source_hash)
31 : Serializer(isolate), source_hash_(source_hash) {}
61 Isolate* isolate, Handle<FixedArray> compiled_module);
63 Isolate* isolate, ScriptData* data, Vector<const byte> wire_bytes)
    [all...]
  /external/v8/src/debug/
liveedit.cc 16 #include "src/isolate-inl.h"
325 explicit CompareOutputArrayWriter(Isolate* isolate)
326 : array_(isolate->factory()->NewJSArray(10)), current_size_(0) {}
333 Isolate* isolate = array_->GetIsolate(); local
336 Handle<Object>(Smi::FromInt(char_pos1), isolate));
340 isolate));
344 isolate));
586 Isolate* isolate = object->GetIsolate() local
664 Isolate* isolate = script->GetIsolate(); local
702 Smi::FromInt(message_location.start_pos()), isolate); local
703 Handle<Smi> end_pos(Smi::FromInt(message_location.end_pos()), isolate); local
872 Isolate* isolate = new_compile_info_array->GetIsolate(); local
955 Isolate* isolate = script->GetIsolate(); local
979 Isolate* isolate = function_wrapper->GetIsolate(); local
1001 Isolate* isolate = position_change_array->GetIsolate(); local
1031 Isolate* isolate = code->GetIsolate(); local
1087 Isolate* isolate = original->GetIsolate(); local
1114 Isolate* isolate = original_script->GetIsolate(); local
1167 Isolate* isolate = shared_info_array->GetIsolate(); local
1206 Isolate* isolate = old_shared->GetIsolate(); local
1242 Isolate* isolate = old_shared_array_->GetIsolate(); local
1371 Isolate* isolate = old_shared_array->GetIsolate(); local
1387 Smi::FromInt(LiveEdit::FUNCTION_REPLACED_ON_ACTIVE_STACK), isolate); local
1398 Isolate* isolate = shared_info_array->GetIsolate(); local
1461 Isolate* isolate = old_shared_array->GetIsolate(); local
    [all...]
debug-evaluate.cc 17 #include "src/isolate-inl.h"
22 static inline bool IsDebugContext(Isolate* isolate, Context* context) {
23 return context->native_context() == *isolate->debug()->debug_context();
26 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate,
29 DisableBreak disable_break_scope(isolate->debug());
32 SaveContext save(isolate);
34 while (top != NULL && IsDebugContext(isolate, *top->context())) {
37 if (top != NULL) isolate->set_context(*top->context())
    [all...]
  /external/v8/src/debug/x87/
debug-x87.cc 35 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) {
36 CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotLength);
41 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc,
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());
    [all...]
  /external/v8/src/ic/
call-optimization.cc 92 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)) {
    [all...]
  /external/v8/src/runtime/
runtime.cc 12 #include "src/isolate.h"
22 Isolate* isolate);
28 Isolate* isolate);
34 Isolate* isolate);
137 const Runtime::Function* Runtime::RuntimeFunctionTable(Isolate* isolate) {
138 if (isolate->external_reference_redirector())
148 isolate); local
    [all...]
  /external/pdfium/fxjs/
fxjs_v8_embeddertest.cpp 36 v8::Isolate::Scope isolate_scope(isolate());
37 v8::HandleScope handle_scope(isolate());
45 v8::Isolate::Scope isolate_scope(isolate());
46 v8::HandleScope handle_scope(isolate());
48 CFXJS_Engine engine1(isolate());
51 CFXJS_Engine engine2(isolate());
79 v8::Isolate::Scope isolate_scope(isolate());
    [all...]
  /external/v8/src/ast/
modules.cc 72 Handle<Object> ToStringOrUndefined(Isolate* isolate, const AstRawString* s) {
74 ? Handle<Object>::cast(isolate->factory()->undefined_value())
78 const AstRawString* FromStringOrUndefined(Isolate* isolate,
81 if (object->IsUndefined(isolate)) return nullptr;
88 Isolate* isolate) const {
91 isolate, ToStringOrUndefined(isolate, export_name)
    [all...]
ast-value-factory.cc 75 Handle<Object> AsHandle(Isolate* isolate) override {
77 return isolate->factory()->NewOneByteInternalizedString(
79 return isolate->factory()->NewTwoByteInternalizedString(
94 void AstString::Internalize(Isolate* isolate) {
96 return reinterpret_cast<AstRawString*>(this)->Internalize(isolate);
98 return reinterpret_cast<AstConsString*>(this)->Internalize(isolate);
101 void AstRawString::Internalize(Isolate* isolate) {
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler.cc 8 #include "src/isolate-inl.h"
19 RegExpMacroAssembler::RegExpMacroAssembler(Isolate* isolate, Zone* zone)
22 isolate_(isolate),
33 Isolate* isolate) {
35 isolate->regexp_macro_assembler_canonicalize();
45 if (isolate == nullptr) {
71 DCHECK_NOT_NULL(isolate);
115 NativeRegExpMacroAssembler::NativeRegExpMacroAssembler(Isolate* isolate
    [all...]
  /external/v8/src/ppc/
codegen-ppc.cc 21 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
30 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
45 Assembler::FlushICache(isolate, buffer, actual_size);
172 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
173 USE(isolate);
180 new CodePatcher(isolate, young_sequence_.start(),
198 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence)
    [all...]
  /external/v8/src/s390/
codegen-s390.cc 20 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
29 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
41 Assembler::FlushICache(isolate, buffer, actual_size);
170 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
171 USE(isolate);
178 new CodePatcher(isolate, young_sequence_.start(),
190 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence)
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 36 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
43 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
54 Assembler::FlushICache(isolate, buffer, actual_size);
178 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) {
179 USE(isolate);
184 CodePatcher patcher(isolate, young_sequence_.start(),
200 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence)
    [all...]
  /external/v8/src/builtins/
builtins-typedarray.cc 31 HandleScope scope(isolate);
127 isolate()->factory()->NewStringFromAsciiChecked(method_name, TENURED));
172 HandleScope scope(isolate);
177 isolate, array, JSTypedArray::Validate(isolate, args.receiver(), method));
189 isolate, num, Object::ToInteger(isolate, args.at<Object>(1)));
194 isolate, num, Object::ToInteger(isolate, args.at<Object>(2)));
197 Handle<Object> end = args.atOrUndefined(isolate, 3)
    [all...]
builtins-string.cc 607 bool IsValidCodePoint(Isolate* isolate, Handle<Object> value) {
612 if (Object::ToInteger(isolate, value).ToHandleChecked()->Number() !=
624 uc32 NextCodePoint(Isolate* isolate, BuiltinArguments args, int index) {
626 ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, value, Object::ToNumber(value), -1);
627 if (!IsValidCodePoint(isolate, value)) {
628 isolate->Throw(*isolate->factory()->NewRangeError(
639 HandleScope scope(isolate);
    [all...]
  /external/v8/src/wasm/
wasm-module.h 367 Isolate* isolate, const byte* start, const byte* end, ErrorThrower* thrower,
371 V8_EXPORT_PRIVATE bool IsWasmCodegenAllowed(Isolate* isolate,
374 V8_EXPORT_PRIVATE Handle<JSArray> GetImports(Isolate* isolate,
376 V8_EXPORT_PRIVATE Handle<JSArray> GetExports(Isolate* isolate,
379 Isolate* isolate, Handle<WasmModuleObject> module, Handle<String> name
    [all...]
  /external/libmojo/mojo/edk/js/
waiting_callback.h 31 v8::Isolate* isolate,
43 WaitingCallback(v8::Isolate* isolate,
  /external/v8/src/compiler/
typer.h 28 Typer(Isolate* isolate, Flags flags, Graph* graph);
43 Isolate* isolate() const { return isolate_; } function in class:v8::internal::compiler::Typer
46 Isolate* const isolate_;
  /external/v8/src/crankshaft/
compilation-phase.cc 8 #include "src/isolate.h"
15 : name_(name), info_(info), zone_(info->isolate()->allocator(), ZONE_NAME) {
26 isolate()->GetHStatistics()->SaveTiming(name_, timer_.Elapsed(), size);

Completed in 767 milliseconds

1 2 3 4 5 6 78 91011>>