| /external/v8/src/x64/ |
| stub-cache-x64.cc | 39 #define __ ACCESS_MASM(masm) 43 MacroAssembler* masm, 114 static void GenerateDictionaryNegativeLookup(MacroAssembler* masm, 121 Counters* counters = masm->isolate()->counters(); 149 StringDictionaryLookupStub::GenerateNegativeLookup(masm, 160 void StubCache::GenerateProbe(MacroAssembler* masm, 168 Isolate* isolate = masm->isolate(); 189 Counters* counters = masm->isolate()->counters(); 205 ProbeTable(isolate, masm, flags, kPrimary, receiver, name, scratch); 217 ProbeTable(isolate, masm, flags, kSecondary, receiver, name, scratch) [all...] |
| macro-assembler-x64.h | 1409 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |
| /external/v8/src/arm/ |
| codegen-arm.cc | 38 #define __ ACCESS_MASM(masm) 59 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { 60 masm->EnterFrame(StackFrame::INTERNAL); 61 ASSERT(!masm->has_frame()); 62 masm->set_has_frame(true); 66 void StubRuntimeCallHelper::AfterCall(MacroAssembler* masm) const { 67 masm->LeaveFrame(StackFrame::INTERNAL); 68 ASSERT(masm->has_frame()); 69 masm->set_has_frame(false); 77 MacroAssembler* masm) { [all...] |
| stub-cache-arm.cc | 39 #define __ ACCESS_MASM(masm) 43 MacroAssembler* masm, 134 static void GenerateDictionaryNegativeLookup(MacroAssembler* masm, 141 Counters* counters = masm->isolate()->counters(); 176 StringDictionaryLookupStub::GenerateNegativeLookup(masm, 188 void StubCache::GenerateProbe(MacroAssembler* masm, 196 Isolate* isolate = masm->isolate(); 223 Counters* counters = masm->isolate()->counters(); 246 masm, 264 masm, [all...] |
| /external/chromium_org/v8/src/arm/ |
| code-stubs-arm.cc | 271 #define __ ACCESS_MASM(masm) 274 static void EmitIdenticalObjectComparison(MacroAssembler* masm, 277 static void EmitSmiNonsmiComparison(MacroAssembler* masm, 283 static void EmitStrictTwoHeapObjectCompare(MacroAssembler* masm, 288 void HydrogenCodeStub::GenerateLightweightMiss(MacroAssembler* masm) { 290 Isolate* isolate = masm->isolate(); 297 FrameScope scope(masm, StackFrame::INTERNAL); 312 void FastNewClosureStub::Generate(MacroAssembler* masm) { 315 Counters* counters = masm->isolate()->counters(); 440 void FastNewContextStub::Generate(MacroAssembler* masm) { [all...] |
| codegen-arm.cc | 52 #define __ masm. 71 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size)); 82 if (masm.use_eabi_hardfloat()) { 89 &masm, input, result, double_scratch1, double_scratch2, 92 if (masm.use_eabi_hardfloat()) { 101 masm.GetCode(&desc); 128 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size)); 263 masm.GetCode(&desc); 286 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size)); 352 masm.GetCode(&desc) [all...] |
| deoptimizer-arm.cc | 73 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); 113 patcher.masm()->nop(); 137 patcher.masm()->b(4 * kInstrSize, pl); // ok-label is 4 instructions later. 395 #define __ masm()-> 455 AllowExternalCallThatCantCauseGC scope(masm()); 510 AllowExternalCallThatCantCauseGC scope(masm()); 595 int start = masm()->pc_offset(); 600 ASSERT(masm()->pc_offset() - start == table_entry_size_);
|
| /external/chromium_org/v8/src/x64/ |
| codegen-x64.cc | 41 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { 42 masm->EnterFrame(StackFrame::INTERNAL); 43 ASSERT(!masm->has_frame()); 44 masm->set_has_frame(true); 48 void StubRuntimeCallHelper::AfterCall(MacroAssembler* masm) const { 49 masm->LeaveFrame(StackFrame::INTERNAL); 50 ASSERT(masm->has_frame()); 51 masm->set_has_frame(false); 55 #define __ masm. 75 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size)) [all...] |
| /external/v8/src/mips/ |
| stub-cache-mips.cc | 39 #define __ ACCESS_MASM(masm) 43 MacroAssembler* masm, 125 static void GenerateDictionaryNegativeLookup(MacroAssembler* masm, 132 Counters* counters = masm->isolate()->counters(); 165 StringDictionaryLookupStub::GenerateNegativeLookup(masm, 177 void StubCache::GenerateProbe(MacroAssembler* masm, 185 Isolate* isolate = masm->isolate(); 212 Counters* counters = masm->isolate()->counters(); 232 masm, 251 masm, [all...] |
| codegen-mips.cc | 38 #define __ ACCESS_MASM(masm) 59 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { 60 masm->EnterFrame(StackFrame::INTERNAL); 61 ASSERT(!masm->has_frame()); 62 masm->set_has_frame(true); 66 void StubRuntimeCallHelper::AfterCall(MacroAssembler* masm) const { 67 masm->LeaveFrame(StackFrame::INTERNAL); 68 ASSERT(masm->has_frame()); 69 masm->set_has_frame(false); 76 MacroAssembler* masm) { [all...] |
| deoptimizer-mips.cc | 76 patcher.masm()->Call(deopt_entry, RelocInfo::NONE); 134 patcher.masm()->addiu(at, zero_reg, 1); 171 patcher.masm()->slt(at, a3, zero_reg); 173 patcher.masm()->sltu(at, sp, t0); 756 #define __ masm()-> 764 Isolate* isolate = masm()->isolate(); 831 AllowExternalCallThatCantCauseGC scope(masm()); [all...] |
| /external/chromium_org/v8/src/mips/ |
| codegen-mips.cc | 52 #define __ masm. 71 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size)); 89 &masm, input, result, double_scratch1, double_scratch2, 101 masm.GetCode(&desc); 127 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { 128 masm->EnterFrame(StackFrame::INTERNAL); 129 ASSERT(!masm->has_frame()); 130 masm->set_has_frame(true); 134 void StubRuntimeCallHelper::AfterCall(MacroAssembler* masm) const { 135 masm->LeaveFrame(StackFrame::INTERNAL) [all...] |
| deoptimizer-mips.cc | 69 patcher.masm()->Call(deopt_entry, RelocInfo::NONE32); 113 patcher.masm()->addiu(at, zero_reg, 1); 135 patcher.masm()->slt(at, a3, zero_reg); 381 #define __ masm()-> 443 AllowExternalCallThatCantCauseGC scope(masm()); 504 AllowExternalCallThatCantCauseGC scope(masm()); 581 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm()); 602 while (table_entry_size_ > (masm()->SizeOfCodeGeneratedSince(&start))) { 606 ASSERT_EQ(table_entry_size_, masm()->SizeOfCodeGeneratedSince(&start)); 609 ASSERT_EQ(masm()->SizeOfCodeGeneratedSince(&table_start) [all...] |
| /external/v8/src/ia32/ |
| codegen-ia32.cc | 43 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { 44 masm->EnterFrame(StackFrame::INTERNAL); 45 ASSERT(!masm->has_frame()); 46 masm->set_has_frame(true); 50 void StubRuntimeCallHelper::AfterCall(MacroAssembler* masm) const { 51 masm->LeaveFrame(StackFrame::INTERNAL); 52 ASSERT(masm->has_frame()); 53 masm->set_has_frame(false); 57 #define __ masm. 77 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size)) [all...] |
| macro-assembler-ia32.h | 913 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |
| /external/v8/src/ |
| debug.h | 401 static void GenerateSlot(MacroAssembler* masm); 402 static void GenerateLoadICDebugBreak(MacroAssembler* masm); 403 static void GenerateStoreICDebugBreak(MacroAssembler* masm); 404 static void GenerateKeyedLoadICDebugBreak(MacroAssembler* masm); 405 static void GenerateKeyedStoreICDebugBreak(MacroAssembler* masm); 406 static void GenerateReturnDebugBreak(MacroAssembler* masm); 407 static void GenerateCallFunctionStubDebugBreak(MacroAssembler* masm); 408 static void GenerateCallFunctionStubRecordDebugBreak(MacroAssembler* masm); 409 static void GenerateCallConstructStubDebugBreak(MacroAssembler* masm); 410 static void GenerateCallConstructStubRecordDebugBreak(MacroAssembler* masm); [all...] |
| stub-cache.h | 258 void GenerateProbe(MacroAssembler* masm, 424 static void GenerateLoadGlobalFunctionPrototype(MacroAssembler* masm, 434 static void GenerateDirectLoadGlobalFunctionPrototype(MacroAssembler* masm, 439 static void GenerateFastPropertyLoad(MacroAssembler* masm, 445 static void GenerateLoadArrayLength(MacroAssembler* masm, 450 static void GenerateLoadStringLength(MacroAssembler* masm, 457 static void GenerateLoadFunctionPrototype(MacroAssembler* masm, 463 static void GenerateStoreField(MacroAssembler* masm, 472 static void GenerateLoadMiss(MacroAssembler* masm, 475 static void GenerateKeyedLoadMissForceGeneric(MacroAssembler* masm); 518 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::BASE_EMBEDDED [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
| x86_64-xlate.pl | 3 # Ascetic x86_64 AT&T to MASM/NASM assembler translator by <appro>. 5 # Why AT&T to MASM and not vice versa? Several reasons. Because AT&T 15 # code from AT&T format to MASM one. It's designed to convert just 76 my $masm=0; 87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; } 93 { $masm = $1 + $2*2**-16 + $4*2**-32; } 94 die "no assembler found on %PATH" if (!($nasm || $masm)); 207 $self->{value} =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm); 370 $self->{value} .= ":" if ($masm && $ret!~m/^\$/) [all...] |
| /external/openssl/crypto/perlasm/ |
| x86_64-xlate.pl | 3 # Ascetic x86_64 AT&T to MASM/NASM assembler translator by <appro>. 5 # Why AT&T to MASM and not vice versa? Several reasons. Because AT&T 15 # code from AT&T format to MASM one. It's designed to convert just 76 my $masm=0; 87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; } 93 { $masm = $1 + $2*2**-16 + $4*2**-32; } 94 die "no assembler found on %PATH" if (!($nasm || $masm)); 207 $self->{value} =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm); 370 $self->{value} .= ":" if ($masm && $ret!~m/^\$/) [all...] |
| /external/chromium_org/v8/src/ |
| stub-cache.h | 346 void GenerateProbe(MacroAssembler* masm, 515 static void GenerateLoadGlobalFunctionPrototype(MacroAssembler* masm, 525 static void GenerateDirectLoadGlobalFunctionPrototype(MacroAssembler* masm, 530 static void GenerateFastPropertyLoad(MacroAssembler* masm, 537 static void GenerateLoadArrayLength(MacroAssembler* masm, 542 static void GenerateLoadStringLength(MacroAssembler* masm, 549 static void GenerateLoadFunctionPrototype(MacroAssembler* masm, 555 static void TailCallBuiltin(MacroAssembler* masm, Builtins::Name name); 601 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::BASE_EMBEDDED 612 static void GenerateTailCall(MacroAssembler* masm, Handle<Code> code) [all...] |
| debug.h | 428 static void GenerateSlot(MacroAssembler* masm); 429 static void GenerateLoadICDebugBreak(MacroAssembler* masm); 430 static void GenerateStoreICDebugBreak(MacroAssembler* masm); 431 static void GenerateKeyedLoadICDebugBreak(MacroAssembler* masm); 432 static void GenerateKeyedStoreICDebugBreak(MacroAssembler* masm); 433 static void GenerateCompareNilICDebugBreak(MacroAssembler* masm); 434 static void GenerateReturnDebugBreak(MacroAssembler* masm); 435 static void GenerateCallFunctionStubDebugBreak(MacroAssembler* masm); 436 static void GenerateCallFunctionStubRecordDebugBreak(MacroAssembler* masm); 437 static void GenerateCallConstructStubDebugBreak(MacroAssembler* masm); [all...] |
| full-codegen.h | 87 FullCodeGenerator(MacroAssembler* masm, CompilationInfo* info) 88 : masm_(masm), 237 MacroAssembler* masm() { return codegen_->masm(); } function in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED 654 MacroAssembler* masm() { return masm_; } function in class:v8::internal::FullCodeGenerator 721 : masm_(codegen->masm()), old_(codegen->context()), codegen_(codegen) { 778 MacroAssembler* masm() const { return masm_; } function in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED [all...] |
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
| gas-parse-intel.c | 61 parser_nasm.masm = 1;
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
| nasm-parser.c | 41 parser_nasm.masm = 0;
|
| /external/chromium_org/v8/src/ia32/ |
| macro-assembler-ia32.h | 1004 MacroAssembler* masm() { return &masm_; } function in class:v8::internal::CodePatcher [all...] |