Searched refs:Code (Results 176 - 200 of 561) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdfprotect.asm40 ;; Code Section
47 ;; Your Code Goes Here
95 cdesc32 0x00000000, 0xFFFFF, 0 ; 0x0008 - Code Selector
97 cdesc32 0x00000000, 0xFFFFF, 3 ; 0x0018 - Code Select Ring 3
/external/chromium_org/v8/src/
H A Dsafepoint-table.h83 explicit SafepointTable(Code* code);
134 Code* code_;
H A Dframes-inl.h52 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const {
112 inline Code* StackFrame::LookupCode() const {
117 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) {
H A Dlist.h193 class Code;
196 typedef List<Code*> CodeList;
199 typedef List<Handle<Code> > CodeHandleList;
H A Dliveedit.h50 void RecordRootFunctionInfo(Handle<Code> code);
275 // from JavaScript. It contains Code object, which is kept wrapped
291 void SetFunctionCode(Handle<Code> function_code,
308 Handle<Code> GetFunctionCode();
H A Dfactory.cc1256 MaybeHandle<Code> code) {
1271 isolate()->sloppy_function_map(), name, MaybeHandle<Code>());
1276 Handle<Code> code) {
1283 Handle<Code> code,
1296 Handle<Code> code,
1319 Handle<Code> code,
1385 Code* code = info->GetCodeFromOptimizedCodeMap(index);
1420 Handle<Code> Factory::NewCodeRaw(int object_size, bool immovable) {
1423 Code);
1427 Handle<Code> Factor
1496 Code); local
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
H A DFibonacciMaker.java20 import com.google.dexmaker.Code;
40 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp98 m_code = abbr_decl.Code(); // Invalidate the code since that can't be copied safely.
199 out_buff.Append32_as_ULEB128(Code());
H A DDWARFAbbreviationDeclaration.h31 dw_uleb128_t Code() const { return m_code; } function in class:DWARFAbbreviationDeclaration
/external/llvm/lib/TableGen/
H A DTGParser.cpp24 // Support Code for the Semantic Actions.
378 // Parser Code
687 case tgtok::Code: Lex.Lex(); return StringRecTy::get();
799 UnOpInit::UnaryOp Code; local
806 Code = UnOpInit::CAST;
818 Code = UnOpInit::HEAD;
822 Code = UnOpInit::TAIL;
826 Code = UnOpInit::EMPTY;
839 if (Code == UnOpInit::HEAD
840 || Code
917 BinOpInit::BinaryOp Code; local
997 TernOpInit::TernaryOp Code; local
[all...]
/external/lzma/C/
H A DPpmd7.h111 UInt32 Code; member in struct:__anon26724
117 #define Ppmd7z_RangeDec_IsFinishedOK(p) ((p)->Code == 0)
H A DMtCoder.h69 SRes (*Code)(void *p, unsigned index, Byte *dest, size_t *destSize, member in struct:__anon26719
/external/lzma/CPP/7zip/
H A DICoder.h17 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
24 STDMETHOD(Code)(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_type_generator.py5 from code import Code namespace
139 c = Code()
162 c = Code()
248 """Generates the Code to display all value-containing properties.
250 c = Code()
H A Dpreview.py37 head = code.Code()
41 body = code.Code()
66 Code panes are populated via XHR after links in the nav pane are clicked.
247 html = code.Code()
/external/chromium_org/v8/src/compiler/
H A Djs-generic-lowering.h43 Node* CodeConstant(Handle<Code> code);
/external/chromium_org/v8/test/cctest/compiler/
H A Dgraph-builder-tester.h55 MaybeHandle<Code> code_;
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java34 Code code;
/external/llvm/test/MC/ELF/
H A Ddiscriminator.s31 .byte 1 # Abbreviation Code
/external/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.h57 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc71 struct Code { struct
80 Code* patched = reinterpret_cast<Code*>(source);
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.h88 static Result Match(Handle<Code> regexp,
95 static Result Execute(Code* code,
107 Code* re_code,
205 // The registers containing a self pointer to this code's Code object.
235 // Pushes the Code object relative offset of a label on the backtrack stack
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.c24 distribute linked combinations of the two. Non-GPL Code permitted under
28 of Non-GPL Code may instantiate templates or use macros or inline
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
164 #define TYPE_EXTRA(Code)
165 #define TYPE_XLATE(Code) Code
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h100 void FinishCode(Handle<Code> code);
170 // Code generation passes. Returns true if code generation should
186 int CallCodeSize(Handle<Code> code, RelocInfo::Mode mode);
189 Handle<Code> code,
195 Handle<Code> code,
249 void PopulateDeoptimizationData(Handle<Code> code);
/external/chromium_org/v8/src/mips/
H A Dassembler-mips-inl.h181 Object* target_code = Code::GetCodeFromTargetAddress(target);
285 Code* RelocInfo::code_age_stub() {
287 return Code::GetCodeFromTargetAddress(
292 void RelocInfo::set_code_age_stub(Code* stub,
319 Object* target_code = Code::GetCodeFromTargetAddress(target);

Completed in 7520 milliseconds

1234567891011>>