/external/openssl/crypto/ |
x86_64cpuid.pl | 96 and \$0x00000801,%r9d # isolate AMD XOP bit, 1<<11 152 and \$0x00000800,%r9d # isolate AMD XOP flag 161 and \$6,%eax # isolate XMM and YMM state support
|
/external/v8/src/ |
type-info.h | 239 Isolate* isolate); 318 Isolate* isolate_;
|
compiler.h | 48 Isolate* isolate() { function in class:v8::internal::BASE_EMBEDDED 49 ASSERT(Isolate::Current() == isolate_); 174 Isolate* isolate_;
|
d8.cc | 249 Unlocker unlock(Isolate::GetCurrent()); 736 i::Debug* debug = i::Isolate::Current()->debug(); 929 // Use _exit instead of exit to avoid races between isolate 1009 v8::Unlocker unlocker(Isolate::GetCurrent()); 1225 Isolate* isolate = Isolate::New(); local [all...] |
parser.h | 399 Isolate* isolate() { return isolate_; } function in class:v8::internal::RegExpParser 409 Isolate* isolate_; 485 Isolate* isolate); 548 Isolate* isolate() { return isolate_; } function in class:v8::internal::Parser 692 if (StackLimitCheck(isolate()).HasOverflowed()) { 813 Isolate* isolate_;
|
full-codegen.cc | 290 Isolate* isolate = info->isolate(); local 294 isolate->counters()->total_full_codegen_source_size()->Increment(len); 301 MacroAssembler masm(info->isolate(), NULL, kInitialBufferSize); 309 ASSERT(!isolate->has_pending_exception()); 327 info->isolate()->debugger()->IsDebuggerActive()); 336 isolate->runtime_profiler()->NotifyCodeGenerated(code->instruction_size()); 371 Handle<DeoptimizationOutputData> data = isolate()->factory()-> 382 Handle<TypeFeedbackInfo> info = isolate()->factory()->NewTypeFeedbackInfo() [all...] |
api.h | 37 #include "isolate.h" 374 Isolate* isolate_; 382 friend class Isolate; 393 // An isolate has a single instance of this class to hold the current thread's 399 explicit HandleScopeImplementer(Isolate* isolate) 400 : isolate_(isolate), 465 Isolate* isolate_;
|
mark-compact.cc | 299 heap_->isolate()->inner_pointer_to_code_cache()->Flush(); 670 heap()->isolate()->context_exit_happened() || Serializer::enabled(); 729 heap()->isolate()->stub_cache()->Clear(); 765 explicit CodeFlusher(Isolate* isolate) 766 : isolate_(isolate), 884 Isolate* isolate_; [all...] |
mark-compact.h | 386 // Defined in isolate.h. 418 typedef void (*ProcessNonLiveFunction)(HeapObject* object, Isolate* isolate); 459 static void ReportDeleteIfNeeded(HeapObject* obj, Isolate* isolate); 622 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
|
/external/v8/test/cctest/ |
test-hashing.cc | 158 MacroAssembler masm(Isolate::Current(), buffer, sizeof buffer); 187 MacroAssembler masm(Isolate::Current(), buffer, sizeof buffer); 209 Isolate::Current()->heap()->HashSeed());
|
test-assembler-mips.cc | 67 MacroAssembler assm(Isolate::Current(), NULL, 0); 92 MacroAssembler assm(Isolate::Current(), NULL, 0); 130 MacroAssembler assm(Isolate::Current(), NULL, 0); 284 MacroAssembler assm(Isolate::Current(), NULL, 0); 357 Assembler assm(Isolate::Current(), NULL, 0); 418 Assembler assm(Isolate::Current(), NULL, 0); 493 Assembler assm(Isolate::Current(), NULL, 0); 566 MacroAssembler assm(Isolate::Current(), NULL, 0); 653 MacroAssembler assm(Isolate::Current(), NULL, 0); 738 MacroAssembler assm(Isolate::Current(), NULL, 0) [all...] |
test-heap.cc | 73 Assembler assm(Isolate::Current(), NULL, 0); 160 Isolate::Current()->context()->global()->HasLocalProperty(object_symbol)); 216 Isolate::Current()->context()->global()->SetProperty( 232 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*name)); 234 Object* func_value = Isolate::Current()->context()->global()-> 243 Isolate::Current()->context()->global()->SetProperty( 252 CHECK(Isolate::Current()->context()->global()->HasLocalProperty(*obj_name)); 253 CHECK(Isolate::Current()->context()->global()-> 255 Object* obj = Isolate::Current()->context()->global()-> 295 GlobalHandles* global_handles = Isolate::Current()->global_handles() [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 3531 Isolate* isolate = masm->isolate(); local 3847 Isolate* isolate = masm->isolate(); local 4033 Isolate* isolate = masm->isolate(); local 4058 Isolate* isolate = masm->isolate(); local [all...] |
full-codegen-mips.cc | 45 #include "isolate-inl.h" 147 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); 148 profiling_counter_ = isolate()->factory()->NewJSGlobalPropertyCell( 340 if (isolate()->IsDebuggerActive()) { [all...] |
builtins-mips.cc | 75 __ JumpToExternalReference(ExternalReference(id, masm->isolate())); 324 Counters* counters = masm->isolate()->counters(); 511 masm->isolate()->builtins()->InternalArrayCodeGeneric(); 546 masm->isolate()->builtins()->ArrayCodeGeneric(); 581 masm->isolate()->builtins()->JSConstructStubGeneric(); 594 Counters* counters = masm->isolate()->counters(); 728 Isolate* isolate = masm->isolate(); local 755 ExternalReference::debug_step_in_fp_address(isolate); [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | 37 #include "isolate-inl.h" 139 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); 140 profiling_counter_ = isolate()->factory()->NewJSGlobalPropertyCell( 337 if (isolate()->IsDebuggerActive()) { [all...] |
deoptimizer-arm.cc | 87 Isolate* isolate = code->GetIsolate(); local 91 DeoptimizerData* data = isolate->deoptimizer_data(); 98 isolate->heap()->mark_compact_collector()->InvalidateCode(code); 777 Isolate* isolate = masm()->isolate(); local [all...] |
builtins-arm.cc | 71 __ JumpToExternalReference(ExternalReference(id, masm->isolate())); 314 Counters* counters = masm->isolate()->counters(); 500 masm->isolate()->builtins()->InternalArrayCodeGeneric(); 533 masm->isolate()->builtins()->ArrayCodeGeneric(); 565 masm->isolate()->builtins()->JSConstructStubGeneric(); 578 Counters* counters = masm->isolate()->counters(); 712 Isolate* isolate = masm->isolate(); local 730 ExternalReference::debug_step_in_fp_address(isolate); [all...] |
assembler-arm-inl.h | 239 // TODO(isolates): Get a cached isolate below. 244 Isolate::Current()->debug()->has_break_points()) { 265 } else if (heap->isolate()->debug()->has_break_points() &&
|
/external/v8/src/ia32/ |
deoptimizer-ia32.cc | 49 Isolate* isolate = code->GetIsolate(); local 50 HandleScope scope(isolate); 90 Factory* factory = isolate->factory(); 120 Isolate* isolate = function->GetIsolate(); 121 HandleScope scope(isolate); 183 isolate->heap()->CreateFillerObjectAt(junk_address, 188 DeoptimizerData* data = isolate->deoptimizer_data(); 195 isolate->heap()->mark_compact_collector()->InvalidateCode(code) 849 Isolate* isolate = masm()->isolate(); local [all...] |
assembler-ia32.h | 40 #include "isolate.h" 474 Isolate* isolate = Isolate::UncheckedCurrent(); 475 if (isolate == NULL) { 476 // When no isolate is available, work as if we're running in 480 uint64_t enabled = isolate->enabled_cpu_features(); 495 isolate_ = Isolate::UncheckedCurrent(); 503 ASSERT_EQ(Isolate::UncheckedCurrent(), isolate_); 510 Isolate* isolate_ [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 72 __ JumpToExternalReference(ExternalReference(id, masm->isolate()), 1); 106 ExternalReference::debug_step_in_fp_address(masm->isolate()); 322 masm->isolate()->builtins()->HandleApiCallConstruct(); 334 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset()); 370 Counters* counters = masm->isolate()->counters(); 643 __ Push(masm->isolate()->factory()->undefined_value()); 770 __ jmp(masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(), 775 __ Jump(masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(), 791 masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(), [all...] |
debug-x64.cc | 54 Isolate::Current()->debug()->debug_break_return()->entry(), 84 Isolate::Current()->debug()->debug_break_slot()->entry(), 134 __ movq(rbx, ExternalReference::debug_break(masm->isolate())); 173 ExternalReference(Debug_Address::AfterBreakTarget(), masm->isolate()); 311 masm->isolate());
|
deoptimizer-x64.cc | 90 Isolate* isolate = code->GetIsolate(); local 94 DeoptimizerData* data = isolate->deoptimizer_data(); 101 isolate->heap()->mark_compact_collector()->InvalidateCode(code); 827 Isolate* isolate = masm()->isolate(); local 831 __ CallCFunction(ExternalReference::new_deoptimizer_function(isolate), 6); [all...] |
/external/icu4c/layout/ |
ArabicShaping.cpp | 138 // shaper.shape(errout, 2) (isolate to initial, or final to medial) 139 // shaper.shape(out, 1) (isolate to final)
|