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

<<11121314151617181920>>

  /external/v8/src/interpreter/
handler-table-builder.h 18 class Isolate;
29 Handle<HandlerTable> ToHandlerTable(Isolate* isolate);
handler-table-builder.cc 9 #include "src/isolate.h"
18 Handle<HandlerTable> HandlerTableBuilder::ToHandlerTable(Isolate* isolate) {
21 Handle<HandlerTable>::cast(isolate->factory()->NewFixedArray(
  /external/v8/src/objects/
scope-info.h 20 class Isolate;
193 static Handle<ScopeInfo> Create(Isolate* isolate, Zone* zone, Scope* scope,
196 Isolate* isolate, MaybeHandle<ScopeInfo> outer_scope);
197 static Handle<ScopeInfo> CreateGlobalThisBinding(Isolate* isolate);
200 V8_EXPORT_PRIVATE static ScopeInfo* Empty(Isolate* isolate);
  /external/v8/src/
runtime-profiler.h 13 class Isolate;
20 explicit RuntimeProfiler(Isolate* isolate);
42 Isolate* isolate_;
utils.cc 120 void PrintIsolate(void* isolate, const char* format, ...) {
121 base::OS::Print("[%d:%p] ", base::OS::GetCurrentProcessId(), isolate);
370 MemMoveFunction CreateMemMoveFunction(Isolate* isolate);
394 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
397 Isolate* isolate, MemCopyUint16Uint8Function stub);
403 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
    [all...]
counters-inl.h 65 Isolate* isolate, RuntimeCallStats::CounterId counter_id) {
67 Initialize(isolate->counters()->runtime_call_stats(), counter_id);
fast-accessor-assembler.h 21 class Isolate;
52 explicit FastAccessorAssembler(Isolate* isolate);
99 Isolate* isolate() const { return isolate_; } function in class:v8::internal::FastAccessorAssembler
102 Isolate* isolate_;
map-updater.h 46 MapUpdater(Isolate* isolate, Handle<Map> old_map)
47 : isolate_(isolate),
150 Isolate* isolate_;
deoptimizer.cc 53 Isolate* isolate = function_->GetIsolate(); local
56 while (!element->IsUndefined(isolate)) {
74 Isolate* isolate) {
75 Deoptimizer* deoptimizer = new Deoptimizer(isolate, function, type,
77 CHECK(isolate->deoptimizer_data()->current_ == NULL);
78 isolate->deoptimizer_data()->current_ = deoptimizer;
97 Deoptimizer* Deoptimizer::Grab(Isolate* isolate) {
154 Isolate* isolate = context->GetIsolate(); local
236 Isolate* isolate = context->GetHeap()->isolate(); local
384 Isolate* isolate = context->GetIsolate(); local
394 Isolate* isolate = function->GetIsolate(); local
2872 Isolate* TranslatedValue::isolate() const { return container_->isolate(); } function in class:v8::TranslatedValue
    [all...]
frames.h 32 class Isolate;
45 explicit InnerPointerToCodeCache(Isolate* isolate) : isolate_(isolate) {
61 Isolate* isolate_;
582 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
587 static Code* GetSafepointData(Isolate* isolate,
611 Isolate* isolate() const { return isolate_; function in class:v8::internal::BASE_EMBEDDED
807 Isolate* isolate() const { return isolate_; } function in class:v8::internal::BASE_EMBEDDED::FrameSummaryBase
1450 Isolate* isolate() const { return isolate_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 19 #include "src/isolate-inl.h"
32 : CompilationJob(info->isolate(), info, "Full-Codegen") {}
39 DCHECK(ThreadId::Current().Equals(isolate()->thread_id()));
55 isolate_(info->isolate()),
82 return MakeCode(info, info->isolate()->stack_guard()->real_climit());
87 Isolate* isolate = info->isolate(); local
91 RuntimeCallTimerScope runtimeTimer(isolate,
93 TimerEventScope<TimerEventCompileFullCode> timer(info->isolate());
    [all...]
  /external/v8/src/inspector/
v8-stack-trace-impl.cc 51 size_t maxStackSize, v8::Isolate* isolate,
53 DCHECK(isolate->InContext());
110 v8::Isolate* isolate, bool capture) {
111 isolate->SetCaptureStackTraceForUncaughtExceptions(
120 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
121 v8::HandleScope scope(isolate);
172 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
v8-debugger-script.h 48 v8::Isolate* isolate, v8::Local<v8::debug::Script> script,
51 v8::Isolate* isolate, WasmTranslation* wasmTranslation,
62 virtual String16 source(v8::Isolate*) const { return m_source; }
63 const String16& hash(v8::Isolate*) const;
84 V8DebuggerScript(v8::Isolate*, String16 id, String16 url);
97 v8::Isolate* m_isolate;
  /external/v8/src/x64/
deoptimizer-x64.cc 32 void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) {
45 CodePatcher patcher(isolate, pointer, 1);
52 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset,
79 CodePatcher patcher(isolate, call_address, Assembler::kCallSequenceLength);
80 patcher.masm()->Call(GetDeoptimizationEntry(isolate, i, LAZY),
138 __ Store(ExternalReference(Isolate::kCEntryFPAddress, isolate()), rbp);
173 __ LoadAddress(arg5, ExternalReference::isolate_address(isolate()));
177 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 42 RecordWriteStub(Isolate* isolate,
48 : PlatformCodeStub(isolate),
59 RecordWriteStub(uint32_t key, Isolate* isolate)
60 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {}
244 explicit DirectCEntryStub(Isolate* isolate) : PlatformCodeStub(isolate) {}
259 NameDictionaryLookupStub(Isolate* isolate, LookupMode mode
    [all...]
codegen-arm.cc 22 MemCopyUint8Function CreateMemCopyUint8Function(Isolate* isolate,
32 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
172 Assembler::FlushICache(isolate, buffer, actual_size);
181 Isolate* isolate, MemCopyUint16Uint8Function stub) {
190 MacroAssembler masm(isolate, buffer, static_cast<int>(actual_size),
260 Assembler::FlushICache(isolate, buffer, actual_size);
268 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate) {
    [all...]
  /external/v8/src/compiler/
simplified-lowering.h 80 Isolate* isolate() { return jsgraph_->isolate(); } function in class:v8::internal::compiler::final
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 25 class Isolate;
48 CompilerDispatcherJob(Isolate* isolate, CompilerDispatcherTracer* tracer,
52 CompilerDispatcherJob(Isolate* isolate, CompilerDispatcherTracer* tracer,
109 Isolate* isolate_;
  /external/v8/src/debug/
debug-frames.h 10 #include "src/isolate.h"
24 Isolate* isolate);
64 Isolate* isolate_;
76 static SaveContext* FindSavedContextForFrame(Isolate* isolate,
  /external/v8/src/wasm/
module-decoder.h 58 V8_EXPORT_PRIVATE ModuleResult DecodeWasmModule(Isolate* isolate,
72 V8_EXPORT_PRIVATE FunctionResult DecodeWasmFunction(Isolate* isolate,
  /frameworks/base/core/proto/android/os/
pagetypeinfo.proto 34 * The six migration types are Unmovable, Reclaimable, Movable, Reserve, CMA, and Isolate.
79 optional int32 isolate = 8;
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 98 profiling_counter_ = isolate()->factory()->NewCell(
99 Handle<Smi>(Smi::FromInt(FLAG_interrupt_budget), isolate()));
136 __ push(Immediate(isolate()->factory()->undefined_value()));
143 ExternalReference::address_of_real_stack_limit(isolate());
149 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
194 isolate(), info->scope()->scope_type());
266 __ call(isolate()->builtins()->FastNewStrictArguments(),
273 __ call(isolate()->builtins()->FastNewSloppyArguments(),
304 ExternalReference::address_of_stack_limit(isolate());
307 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET)
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 98 profiling_counter_ = isolate()->factory()->NewCell(
99 Handle<Smi>(Smi::FromInt(FLAG_interrupt_budget), isolate()));
136 __ push(Immediate(isolate()->factory()->undefined_value()));
143 ExternalReference::address_of_real_stack_limit(isolate());
149 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
194 isolate(), info->scope()->scope_type());
263 FastNewStrictArgumentsStub stub(isolate());
269 FastNewSloppyArgumentsStub stub(isolate());
299 ExternalReference::address_of_stack_limit(isolate());
302 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET)
    [all...]
  /external/v8/src/arm64/
simulator-arm64.h 28 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
40 Isolate* isolate);
46 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
54 static uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
56 USE(isolate);
60 static uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate,
62 USE(isolate);
    [all...]
  /external/v8/src/x87/
deoptimizer-x87.cc 26 Isolate* isolate = code->GetIsolate(); local
27 HandleScope scope(isolate);
68 Factory* factory = isolate->factory();
79 RelocInfo rinfo(isolate, 0, RelocInfo::COMMENT, comment_string, NULL);
94 void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) {
105 CodePatcher patcher(isolate, pointer, 1);
112 CodePatcher osr_patcher(isolate, code->instruction_start() + osr_offset,
142 CodePatcher patcher(isolate, call_address, patch_size())
    [all...]

Completed in 895 milliseconds

<<11121314151617181920>>