HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 551 - 575 of 727) sorted by null

<<21222324252627282930

  /external/v8/src/ia32/
lithium-codegen-ia32.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
78 // MANUAL indicates that the scope shouldn't actually generate code to set up
89 void LCodeGen::FinishCode(Handle<Code> code) {
91 code->set_stack_slots(GetStackSlotCount());
92 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
93 PopulateDeoptimizationData(code);
94 Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(code);
161 // Reserve space for the stack slots needed by the code
263 LDeferredCode* code = deferred_[i]; local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
75 // MANUAL indicates that the scope shouldn't actually generate code to set up
87 void LCodeGen::FinishCode(Handle<Code> code) {
89 code->set_stack_slots(GetStackSlotCount());
90 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
91 PopulateDeoptimizationData(code);
158 // Reserve space for the stack slots needed by the code.
264 LDeferredCode* code = deferred_[i] local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
70 // NONE indicates that the scope shouldn't actually generate code to set up
82 void LCodeGen::FinishCode(Handle<Code> code) {
84 code->set_stack_slots(GetStackSlotCount());
85 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
87 RegisterDependentCodeForEmbeddedMaps(code);
89 PopulateDeoptimizationData(code);
90 info()->CommitDependencies(code);
291 LDeferredCode* code = deferred_[i]; local
    [all...]
  /external/chromium_org/v8/src/
heap.cc 6 // * Redistributions of source code must retain the above copyright
177 // Reserve no more than 1/8 of the memory for the code range.
311 // and does not count available bytes already in the old space or code
375 PrintPID("Code space, used: %6" V8_PTR_PREFIX "d KB"
608 // Note: as weak callbacks can execute arbitrary code, we cannot
2162 Code* code = Code::cast(Code::GetObjectFromEntryAddress(code_entry_slot)); local
4129 Code* code = Code::cast(result); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
75 // MANUAL indicates that the scope shouldn't actually generate code to set up
87 void LCodeGen::FinishCode(Handle<Code> code) {
89 code->set_stack_slots(GetStackSlotCount());
90 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
92 RegisterDependentCodeForEmbeddedMaps(code);
94 PopulateDeoptimizationData(code);
95 info()->CommitDependencies(code);
335 LDeferredCode* code = deferred_[i]; local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
73 // NONE indicates that the scope shouldn't actually generate code to set up
84 void LCodeGen::FinishCode(Handle<Code> code) {
86 code->set_stack_slots(GetStackSlotCount());
87 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
88 PopulateDeoptimizationData(code);
157 // Reserve space for the stack slots needed by the code.
243 LDeferredCode* code = deferred_[i] local
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py 8 # * Redistributions of source code must retain the above copyright
51 heap. Code objects are disassembled and the addresses linked from the
203 ("code", ctypes.c_uint32),
797 # http://code.google.com/p/google-breakpad/wiki/SymbolFiles
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 48 ArmConditionCode code = ArmConditionEncoding(ccode); local
49 int cond_bit = code & 1;
68 return NewLIR2(kThumb2It, code, mask);
182 // Temporary debugging code
198 // End temporary debugging code
418 bool ArmMir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 191 // Note: this code could be made shorter with some modulo trickery, but it's
882 SmallString<256> Code;
883 raw_svector_ostream VecOS(Code);
889 F.getContents() = Code;
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 203 // Push a transition back into managed code onto the linked list in thread.
302 // All naked Object*s should now be in jobjects, so its safe to go into the main invoke code
310 // Lazily resolve a method for portable. Called by stub code.
323 const DexFile::CodeItem* code = MethodHelper(caller).GetCodeItem(); local
324 CHECK_LT(dex_pc, code->insns_size_in_code_units_);
325 const Instruction* instr = Instruction::At(&code->insns_[dex_pc]);
326 Instruction::Code instr_code = instr->Opcode();
390 const void* code = NULL; local
396 code = called->GetEntryPointFromCompiledCode();
399 if (code == NULL)
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 2 // Use of this source code is governed by a BSD-style license that can be
228 * to specify code that runs in the context of the api_page_generator.js
231 * To specify such code, the page template should include a script block with
232 * a type of "text/prerenderjs" containing the code to be executed. Note that
233 * linking to an external file is not supported - code must be accessible
236 * Code that is run this way may modify the data sent to jstemplate by
237 * modifying the window.pageData variable. This code will also have access
238 * to any methods declared in the api_page_generator.js file. The code
241 * Note that code specified in this manner will be removed before the
462 var pageTitleSuffix = "Google Chrome Extensions - Google Code";
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
70 // NONE indicates that the scope shouldn't actually generate code to set up
82 void LCodeGen::FinishCode(Handle<Code> code) {
84 code->set_stack_slots(GetStackSlotCount());
85 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
87 RegisterDependentCodeForEmbeddedMaps(code);
89 PopulateDeoptimizationData(code);
90 info()->CommitDependencies(code);
285 LDeferredCode* code = deferred_[i]; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 6 // * Redistributions of source code must retain the above copyright
267 // Tests calling a builtin function from C/C++ code, and the builtin function
283 // Run the generated code to populate the global object with 'foo'.
347 // Test that optimized code for different closures is actually shared
350 // Skip test if --cache-optimized-code is not activated by default because
375 CHECK_EQ(fun1->code(), fun2->code());
394 if (f->code()->kind() == Code::FUNCTION) {
395 Address pc = f->code()->instruction_start()
    [all...]
  /external/libffi/src/pa/
hpux32.S 48 .import ffi_prep_args_pa32,CODE
51 .SUBSPA $CODE$
265 .SUBSPA $CODE$
267 .import ffi_closure_inner_pa32,CODE
312 .uleb128 0x1 ;# CIE Code Alignment Factor
linux.S 43 .export ffi_call_pa32,code
44 .import ffi_prep_args_pa32,code
256 .export ffi_closure_pa32,code
257 .import ffi_closure_inner_pa32,code
301 .uleb128 0x1 ;# CIE Code Alignment Factor
  /external/libffi/src/powerpc/
ppc_closure.S 106 # Each of the ret_typeX code fragments has to be exactly 16 bytes long
286 .uleb128 0x1 # CIE Code Alignment Factor
  /external/libffi/src/sparc/
v9.S 243 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor
  /external/lzma/C/
Lzma2Enc.c 461 mtCallback.funcTable.Code = MtCallbackImp_Code;
MtCoder.c 211 RINOK(p->mtCoder->mtCallback->Code(p->mtCoder->mtCallback, p->index,
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 246 RINOK(_mixerCoder->Code(&inStreamPointers.Front(), NULL, 1,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 9 * 1. Redistributions of source code must retain the above copyright
32 import org.jf.dexlib.Code.Opcode;
432 Option codeOffsetOption = OptionBuilder.withLongOpt("code-offsets")
433 .withDescription("add comments to the disassembly containing the code offset for each address")
  /external/v8/src/
heap.cc 6 // * Redistributions of source code must retain the above copyright
171 // Reserve no more than 1/8 of the memory for the code range.
274 // and does not count available bytes already in the old space or code
336 PrintF("Code space, used: %8" V8_PTR_PREFIX "d"
464 // Note: as weak callbacks can execute arbitrary code, we cannot
640 "failed to reserve space in the code space");
985 // Visitor class to verify pointers in code or data space do not point into
1688 Code* code = Code::cast(Code::GetObjectFromEntryAddress(code_entry_slot)); local
3394 Code* code = Code::cast(result); local
    [all...]
  /external/v8/test/cctest/
test-compiler.cc 6 // * Redistributions of source code must retain the above copyright
280 // Tests calling a builtin function from C/C++ code, and the builtin function
295 // Run the generated code to populate the global object with 'foo'.
369 if (f->code()->kind() == Code::FUNCTION) {
370 Address pc = f->code()->instruction_start();
372 Min(f->code()->instruction_size(),
373 static_cast<int>(f->code()->stack_check_table_offset()));
test-heap.cc 79 Object* code = HEAP->CreateCode( local
81 Code::ComputeFlags(Code::STUB),
83 CHECK(code->IsCode());
85 HeapObject* obj = HeapObject::cast(code);
90 CHECK_EQ(code, found);
95 Code::ComputeFlags(Code::STUB),
101 CHECK(not_right != code);
937 // If we do not flush code this test is invalid
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 25 * Target-independent code generation. Use only high-level
33 Instruction::Code opcode = mir->dalvikInsn.opcode;
760 work_half->dalvikInsn.opcode = static_cast<Instruction::Code>(kMirOpCheckPart2);

Completed in 1464 milliseconds

<<21222324252627282930