HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 201 - 225 of 422) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
compiler.cc 6 // * Redistributions of source code must retain the above copyright
127 Handle<Code> code(shared_info()->code());
128 SetCode(code);
132 // Determine whether to use the full compiler for all code. If the flag
135 // the code from the full compiler supports mode precise break points. For the
136 // crankshaft adaptive compiler debugging the optimized code is not possible at
190 // In case we are not optimizing simply return the code from
191 // the full code generator
377 Code* code = it.frame()->LookupCode(); local
636 Handle<Code> code = info->code(); local
726 Handle<Code> code = info.isolate()->builtins()->LazyCompile(); local
799 Handle<Code> code = info->code(); local
    [all...]
deoptimizer.cc 6 // * Redistributions of source code must retain the above copyright
76 // We rely on this function not causing a GC. It is called from generated code
133 // Get the function and code from the frame.
135 Code* code = frame->LookupCode(); local
137 // Locate the deoptimization point in the code. As we are at a call the
138 // return address must be at a place in the code with deoptimization support.
139 SafepointEntry safepoint_entry = code->GetSafepointEntry(frame->pc());
145 unsigned stack_slots = code->stack_slots();
154 code);
1634 Code* code = Code::cast(Isolate::Current()->heap()->FindCodeObject(pc)); local
    [all...]
factory.cc 6 // * Redistributions of source code must retain the above copyright
724 Handle<Code> code,
729 // Set up the code pointer in both the shared function info and in
731 function->shared()->set_code(*code);
732 function->set_code(*code);
755 Handle<Code> code,
760 // Set up the code pointer in both the shared function info and in
762 function->shared()->set_code(*code);
1218 Handle<Code> code = isolate()->builtins()->HandleApiCall(); local
    [all...]
cpu-profiler.cc 6 // * Redistributions of source code must retain the above copyright
249 // proceed to the next code event.
257 // Perform processing until we have tick events, skip remaining code events.
352 Code* code, const char* comment) {
354 tag, comment, code->address(), code->ExecutableSize());
359 Code* code, String* name) {
366 code->address()
    [all...]
mark-compact.cc 6 // * Redistributions of source code must retain the above copyright
30 #include "code-stubs.h"
776 ASSERT(function->code() == function->shared()->code());
789 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile);
798 Code* code = shared->code(); local
799 MarkBit code_mark = Marking::MarkBitFrom(code);
804 candidate->set_code(shared->code());
832 Code* code = candidate->code(); local
869 Code* code = candidate->code(); local
1180 Code* code = reinterpret_cast<Code*>(object); local
1333 code, local
1425 Code* code = Code::cast(Code::GetObjectFromEntryAddress(entry_address)); local
1463 Code* code = jsfunction->shared()->code(); local
1654 Code* code = frame->unchecked_code(); local
3227 Code* code = invalidated_code_[i]; local
3249 Code* code = invalidated_code_[i]; local
    [all...]
mark-compact.h 6 // * Redistributions of source code must retain the above copyright
527 void RecordCodeEntrySlot(Address slot, Code* target);
543 void InvalidateCode(Code* code);
616 // Mark non-optimize code for functions inlined into the given optimized
617 // code. This will prevent it from being flushed.
618 void MarkInlinedFunctionsCode(Code* code);
620 // Mark code objects that are active on the stack to prevent them
759 List<Code*> invalidated_code_
    [all...]
objects.h 6 // * Redistributions of source code must retain the above copyright
104 // - Code
427 // code for the class including allocation and garbage collection routines,
    [all...]
regexp-macro-assembler.cc 6 // * Redistributions of source code must retain the above copyright
55 #ifndef V8_INTERPRETED_REGEXP // Avoid unused code, e.g., on ARM.
105 Handle<Code> regexp_code,
158 Code* code,
171 int result = CALL_GENERATED_REGEXP_CODE(code->entry(),
184 // We detected a stack overflow (on the backtrack stack) in RegExp code,
224 // A GC might move the calling generated code and invalidate the
safepoint-table.cc 6 // * Redistributions of source code must retain the above copyright
61 SafepointTable::SafepointTable(Code* code) {
62 ASSERT(code->kind() == Code::OPTIMIZED_FUNCTION);
63 code_ = code;
64 Address header = code->instruction_start() + code->safepoint_table_offset();
120 registers_->Add(reg.code());
161 // Ensure there is always space for such patching, even if the code end
    [all...]
v8globals.h 6 // * Redistributions of source code must retain the above copyright
60 // Desired alignment for generated code is 32 bytes (to improve cache line
116 class Code;
212 // Flag indicating whether code is built into the VM (one of the natives files).
251 // in compiled code.
252 typedef void (*InlineCacheCallback)(Code* code, Address ic);
404 // CODE_POINTER_ALIGN returns the value aligned as a generated code segment.
536 // V8 allows const declarations in global code with distinct creation and
  /external/v8/tools/
codemap.js 6 // * Redistributions of source code must retain the above copyright
30 * Constructs a mapper that maps addresses into code entries.
36 * Dynamic code entries. Used for JIT compiled code.
46 * Static code entries. Used for statically compiled code.
51 * Libraries entries. Used for the whole static code libraries.
56 * Map of memory pages occupied with static code.
76 * Adds a dynamic (i.e. moveable and discardable) code entry.
79 * @param {CodeMap.CodeEntry} codeEntry Code entry object
    [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 6 // * Redistributions of source code must retain the above copyright
255 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
416 Object* code = HEAP->CreateCode( local
418 Code::ComputeFlags(Code::STUB),
420 CHECK(code->IsCode());
422 Code::cast(code)->Print();
423 byte* begin = Code::cast(code)->instruction_start()
    [all...]
test-regexp.cc 6 // * Redistributions of source code must retain the above copyright
46 #include "code.h"
707 static ArchRegExpMacroAssembler::Result Execute(Code* code,
714 code,
735 Handle<Code> code = Handle<Code>::cast(code_object); local
744 Execute(*code,
780 Handle<Code> code = Handle<Code>::cast(code_object) local
837 Handle<Code> code = Handle<Code>::cast(code_object); local
898 Handle<Code> code = Handle<Code>::cast(code_object); local
940 Handle<Code> code = Handle<Code>::cast(code_object); local
987 Handle<Code> code = Handle<Code>::cast(code_object); local
1043 Handle<Code> code = Handle<Code>::cast(code_object); local
1102 Handle<Code> code = Handle<Code>::cast(code_object); local
1201 Handle<Code> code = Handle<Code>::cast(code_object); local
1244 Handle<Code> code = Handle<Code>::cast(code_object); local
1290 Handle<Code> code = Handle<Code>::cast(code_object); local
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 6 // * Redistributions of source code must retain the above copyright
32 // have its positions patched; position changing requires new instance of Code
34 // later it will resume over new instance of Code.
36 // change they are 114 characters away from each other. New instance of Code is
75 // will keep reference to code object of BeingRepalced function. This reference
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.PositionList;
23 import com.android.dx.dex.code.RopTranslator;
28 import com.android.dx.rop.code.AccessFlags;
29 import static com.android.dx.rop.code.AccessFlags.ACC_CONSTRUCTOR;
30 import com.android.dx.rop.code.LocalVariableInfo;
31 import com.android.dx.rop.code.RopMethod;
50 * including their member methods and fields, executable code, and debugging
56 * <li><strong>For runtime code generation.</strong> By embedding this library
58 * executable code. This approach takes advantage of the fact that th
478 private final Code code; field in class:DexMaker.MethodDeclaration
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
34 import org.jf.dexlib.Code.Format.Instruction20bc;
35 import org.jf.dexlib.Code.Format.UnknownInstruction;
38 import org.jf.dexlib.Code.*;
PackedSwitchMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
35 import org.jf.dexlib.Code.Format.PackedSwitchDataPseudoInstruction;
SparseSwitchMethodItem.java 9 * 1. Redistributions of source code must retain the above copyright
35 import org.jf.dexlib.Code.Format.SparseSwitchDataPseudoInstruction;
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 139 // FIXME: Cleanup this code, these bits should be emitted based on semantic
268 // FIXME: Cleanup this code, these bits should be emitted based on semantic
381 SmallString<256> Code;
382 raw_svector_ostream VecOS(Code);
391 DF->getContents().append(Code.begin(), Code.end());
  /external/v8/src/arm/
lithium-codegen-arm.h 6 // * Redistributions of source code must retain the above copyright
99 // Try to generate code for the entire chunk, but it may fail if the
101 // code generation attempt succeeded.
104 // Finish the code by setting stack height, safepoint, and bailout
106 void FinishCode(Handle<Code> code);
108 // Deferred code support.
179 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
181 // Code generation passes. Returns true if code generation shoul
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 6 // * Redistributions of source code must retain the above copyright
99 // Try to generate code for the entire chunk, but it may fail if the
101 // code generation attempt succeeded.
104 // Finish the code by setting stack height, safepoint, and bailout
106 void FinishCode(Handle<Code> code);
176 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code); }
178 // Code generation passes. Returns true if code generation shoul
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 764 unsigned Code = Stream.ReadCode();
765 if (Code == bitc::END_BLOCK) {
785 if (Code == bitc::ENTER_SUBBLOCK) {
793 if (Code == bitc::DEFINE_ABBREV) {
801 switch (Stream.readRecord(Code, Record)) {
940 unsigned Code = Stream.ReadCode();
941 if (Code == bitc::END_BLOCK) {
947 if (Code == bitc::ENTER_SUBBLOCK) {
955 if (Code == bitc::DEFINE_ABBREV) {
962 switch (Stream.readRecord(Code, Record))
    [all...]
  /hardware/qcom/media/mm-core/omxcore/
Android.mk 2 #Copyright (c) 2009, Code Aurora Forum. All rights reserved.
6 # * Redistributions of source code must retain the above copyright
11 # * Neither the name of Code Aurora nor
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
31 import org.jf.dexlib.Code.*;
78 * is one that the analyzer never reaches. This occurs either with natural "dead code" - code that simply has no
79 * code path that can ever reach it, or code that follows an odexed instruction that can't be deodexed.
OdexedFieldInstructionMapper.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Analysis;
31 import org.jf.dexlib.Code.Opcode;

Completed in 353 milliseconds

1 2 3 4 5 6 7 891011>>