/art/compiler/dex/ |
mir_graph.h | 218 * Following SSA renaming, this is the primary struct used by code generators to locate 233 * wrapper around a Dalvik byte code. 248 Instruction::Code original_opcode; 296 * the type of an SSA name (and, can also be used by code generators to record where the 322 * more efficient invoke code generation.
|
vreg_analysis.cc | 192 Instruction::Code opcode = mir->dalvikInsn.opcode;
|
/art/compiler/dex/portable/ |
mir_to_gbc.cc | 446 * Process arguments for invoke. Note: this code is also used to 682 * Target-independent code generation. Use only high-level 691 Instruction::Code opcode = mir->dalvikInsn.opcode; [all...] |
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 292 // Push a transition back into managed code onto the linked list in thread. 408 // All naked Object*s should now be in jobjects, so its safe to go into the main invoke code 436 // Lazily resolve a method for quick. Called by stub code. 456 const DexFile::CodeItem* code; local 460 code = mh.GetCodeItem(); 462 CHECK_LT(dex_pc, code->insns_size_in_code_units_); 463 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]); 464 Instruction::Code instr_code = instr->Opcode(); 530 const void* code = NULL; local 544 code = called->GetEntryPointFromCompiledCode() [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 289 // Update the static counter each time a new code stub is generated. 347 // Initialize the code pointer in the function to be the one 362 __ add(r3, r3, Operand(Code::kHeaderSize - kHeapObjectTag)); 373 // (native context, optimized code, literals). 374 // The optimized code map must never be empty, so check the first elements. 376 // Speculatively move code object into r4. 395 // Hit: fetch the optimized code. 405 // TODO(fschneider): Idea: store proper code pointers in the map and eithe 2764 Handle<Code> code = stub.GetCode(isolate); local 6179 intptr_t code = local [all...] |
/external/chromium_org/v8/src/ |
heap-snapshot-generator.h | 6 // * Redistributions of source code must retain the above copyright 450 void ExtractCodeReferences(int entry, Code* code);
|
lithium.h | 6 // * Redistributions of source code must retain the above copyright 775 Handle<Code> Codegen();
|
string-stream.cc | 6 // * Redistributions of source code must retain the above copyright 279 // printing code. This is a problem on Windows in particular; see 494 void StringStream::PrintFunction(Object* f, Object* receiver, Code** code) { 503 *code = fun->code();
|
ast.cc | 6 // * Redistributions of source code must retain the above copyright 32 #include "code-stubs.h" 462 FunctionPrototypeStub proto_stub(Code::LOAD_IC); 463 StringLengthStub string_stub(Code::LOAD_IC, false); 601 // change and thus prefer the general IC code. 720 // The variable statement visiting code may pass NULL expressions 721 // to this code. Maybe this should be handled by introducing an 722 // undefined expression or literal? Revisit this code if this [all...] |
objects-printer.cc | 6 // * Redistributions of source code must retain the above copyright 172 Code::cast(this)->CodePrint(out); 325 // Don't call GetElementsKind, its validation code can cause the printer to 478 // Don't call GetElementsKind, its validation code can cause the printer to 569 PrintF(out, "\n - code cache: "); 571 PrintF(out, "\n - dependent code: "); 846 PrintF(out, "\n - code = "); 847 code()->ShortPrint(out); 864 PrintF(out, "\n - code = "); 865 code()->ShortPrint(out) [all...] |
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 290 // Update the static counter each time a new code stub is generated. 348 // Initialize the code pointer in the function to be the one 363 __ Addu(a3, a3, Operand(Code::kHeaderSize - kHeapObjectTag)); 374 // (native context, optimized code, literals). 375 // The optimized code map must never be empty, so check the first elements. 377 // Speculatively move code object into t0. 395 // Hit: fetch the optimized code. 406 // TODO(fschneider): Idea: store proper code pointers in the map and eithe 3089 Handle<Code> code = stub.GetCode(isolate); local [all...] |
macro-assembler-mips.cc | 6 // * Redistributions of source code must retain the above copyright 164 return MemOperand(sp, SafepointRegisterStackIndex(reg.code()) * kPointerSize); 172 int register_offset = SafepointRegisterStackIndex(reg.code()) * kPointerSize; 230 // Clobber clobbered input registers when running with the debug-code flag 251 // The compiled code assumes that record write doesn't change the 292 // Clobber clobbered registers when running with the debug-code flag 426 // Compute the hash code from the untagged key. This must be kept in sync 794 // this code to load another value which may need 2 instructions to load. 1009 mtc1(at, FPURegister::from_code(scratch.code() + 1)); 1028 mfc1(t8, FPURegister::from_code(fs.code() + 1)) [all...] |
/external/chromium_org/v8/test/cctest/ |
test-accessors.cc | 6 // * Redistributions of source code must retain the above copyright 412 i::Code* code = frame->LookupCode(); local 413 CHECK(code->IsCode()); 415 CHECK(code->contains(pc));
|
/external/libffi/src/mips/ |
n32.S | 31 /* Only build this code if we are compiling for n32 */ 484 .uleb128 0x1 # Code alignment 1
|
o32.S | 31 /* Only build this code if we are compiling for o32 */ 315 .uleb128 0x1 # CIE Code Alignment Factor
|
/external/llvm/include/llvm/Support/ |
Dwarf.h | 741 /// InlineCodeString - Return the string for the specified inline code. 743 const char *InlineCodeString(unsigned Code);
|
/external/smali/smali/src/main/antlr3/ |
smaliParser.g | 9 * 1. Redistributions of source code must retain the above copyright 273 import org.jf.dexlib.Code.Format.*; 274 import org.jf.dexlib.Code.Opcode; 439 auto-generated code in the rule after the throw not being reachable*/ [all...] |
/external/v8/src/ |
accessors.cc | 6 // * Redistributions of source code must retain the above copyright 403 Handle<Code> code(SharedFunctionInfo::cast( 404 script->eval_from_shared())->code()); 405 return Smi::FromInt(code->SourcePosition(code->instruction_start() +
|
string-stream.cc | 6 // * Redistributions of source code must retain the above copyright 271 // printing code. This is a problem on Windows in particular; see 483 void StringStream::PrintFunction(Object* f, Object* receiver, Code** code) { 492 *code = fun->code();
|
/external/v8/test/cctest/ |
test-accessors.cc | 6 // * Redistributions of source code must retain the above copyright 398 i::Code* code = frame->LookupCode(); local 399 CHECK(code->IsCode()); 401 CHECK(code->contains(pc));
|
/external/v8/src/mips/ |
macro-assembler-mips.cc | 6 // * Redistributions of source code must retain the above copyright 163 return MemOperand(sp, SafepointRegisterStackIndex(reg.code()) * kPointerSize); 171 int register_offset = SafepointRegisterStackIndex(reg.code()) * kPointerSize; 229 // Clobber clobbered input registers when running with the debug-code flag 250 // The compiled code assumes that record write doesn't change the 291 // Clobber clobbered registers when running with the debug-code flag 426 // Compute the hash code from the untagged key. This must be kept in sync 793 // this code to load another value which may need 2 instructions to load. 1012 mtc1(at, FPURegister::from_code(scratch.code() + 1)); 1030 mfc1(t8, FPURegister::from_code(fs.code() + 1)) [all...] |
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 2 // Use of this source code is governed by a BSD-style license that can be 111 console.error('hex2Char error: Code point out of range :' + hex);
|
/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.js | 2 // Use of this source code is governed by a BSD-style license that can be 94 * @param {string} langCode ISO 639 language code. 127 console.error('Invalid error code:', error); 128 return 'Invalid Error Code';
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 62 code that operates on a word of storage at a time rather than by byte. 70 The Vorbis codec has need to code arbitrary bit-width integers, from 103 Code the 4 bit integer value '12' [b1100] into an empty bytestream.
|
05-comment.tex | 150 International Standard Recording Code for the 234 This is actually somewhat easier to describe in code; implementation of the above can be found in \filename{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.
|