Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 1376) sorted by relevance

12345678910>>...56

/third_party/node/deps/v8/src/objects/
Dcode-inl.h44 CAST_ACCESSOR(Code) in OBJECT_CONSTRUCTORS_IMPL()
139 Code AbstractCode::GetCode() { return Code::cast(*this); } in GetCode()
145 OBJECT_CONSTRUCTORS_IMPL(Code, HeapObject) in OBJECT_CONSTRUCTORS_IMPL() argument
146 NEVER_READ_ONLY_SPACE_IMPL(Code) in OBJECT_CONSTRUCTORS_IMPL()
148 INT_ACCESSORS(Code, raw_instruction_size, kInstructionSizeOffset) in OBJECT_CONSTRUCTORS_IMPL()
149 INT_ACCESSORS(Code, raw_metadata_size, kMetadataSizeOffset) in OBJECT_CONSTRUCTORS_IMPL()
150 INT_ACCESSORS(Code, handler_table_offset, kHandlerTableOffsetOffset) in OBJECT_CONSTRUCTORS_IMPL()
151 INT_ACCESSORS(Code, code_comments_offset, kCodeCommentsOffsetOffset) in OBJECT_CONSTRUCTORS_IMPL()
152 INT32_ACCESSORS(Code, unwinding_info_offset, kUnwindingInfoOffsetOffset) in OBJECT_CONSTRUCTORS_IMPL()
158 type Code::name() const { \ in OBJECT_CONSTRUCTORS_IMPL()
[all …]
Dcode.h70 DECL_GETTER(code, Code)
71 DECL_RELAXED_GETTER(code, Code)
91 Isolate* isolate_for_sandbox, Code code,
95 inline void UpdateCodeEntryPoint(Isolate* isolate_for_sandbox, Code code);
221 class Code : public HeapObject {
514 static inline Code GetCodeFromTargetAddress(Address address);
517 static inline Code GetObjectFromEntryAddress(Address location_of_address);
579 DECL_CAST(Code)
582 DECL_PRINTER(Code)
583 DECL_VERIFIER(Code)
[all …]
Dcode.cc148 void Code::ClearEmbeddedObjects(Heap* heap) { in ClearEmbeddedObjects()
158 void Code::Relocate(intptr_t delta) { in Relocate()
165 void Code::FlushICache() const { in FlushICache()
169 void Code::CopyFromNoFlush(ByteArray reloc_info, Heap* heap, in CopyFromNoFlush()
186 void Code::RelocateFromDesc(ByteArray reloc_info, Heap* heap, in RelocateFromDesc()
202 Code code = FromCodeT(CodeT::cast(*p)); in RelocateFromDesc()
217 SafepointEntry Code::GetSafepointEntry(Isolate* isolate, Address pc) { in GetSafepointEntry()
222 Address Code::OffHeapInstructionStart(Isolate* isolate, Address pc) const { in OffHeapInstructionStart()
228 Address Code::OffHeapInstructionEnd(Isolate* isolate, Address pc) const { in OffHeapInstructionEnd()
274 bool Code::CanDeoptAt(Isolate* isolate, Address pc) { in CanDeoptAt()
[all …]
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
DDecoder.java13 int Code; field in Decoder
29 Code = 0; in Init()
32 Code = (Code << 8) | Stream.read(); in Init()
41 int t = ((Code - Range) >>> 31); in DecodeDirectBits()
42 Code -= Range & (t - 1); in DecodeDirectBits()
47 Code = (Code << 8) | Stream.read(); in DecodeDirectBits()
58 if ((Code ^ 0x80000000) < (newBound ^ 0x80000000)) in DecodeBit()
64 Code = (Code << 8) | Stream.read(); in DecodeBit()
72 Code -= newBound; in DecodeBit()
76 Code = (Code << 8) | Stream.read(); in DecodeBit()
/third_party/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs126 public uint Code; field in SevenZip.Compression.RangeCoder.Decoder
135 Code = 0; in Init()
138 Code = (Code << 8) | (byte)Stream.ReadByte(); in Init()
156 Code = (Code << 8) | (byte)Stream.ReadByte(); in Normalize()
165 Code = (Code << 8) | (byte)Stream.ReadByte(); in Normalize2()
172 return Code / (Range /= total); in GetThreshold()
177 Code -= start * Range; in Decode()
185 uint code = Code; in DecodeDirectBits()
209 Code = code; in DecodeDirectBits()
217 if (Code < newBound) in DecodeBit()
[all …]
/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsClassConstructor.errors.txt2 tests/cases/compiler/collisionArgumentsClassConstructor.ts(3,31): error TS1210: Code contained in a…
3 tests/cases/compiler/collisionArgumentsClassConstructor.ts(4,13): error TS1210: Code contained in a…
4 tests/cases/compiler/collisionArgumentsClassConstructor.ts(8,17): error TS1210: Code contained in a…
6 tests/cases/compiler/collisionArgumentsClassConstructor.ts(9,13): error TS1210: Code contained in a…
7 tests/cases/compiler/collisionArgumentsClassConstructor.ts(13,17): error TS1210: Code contained in …
8 tests/cases/compiler/collisionArgumentsClassConstructor.ts(14,13): error TS1210: Code contained in …
9 tests/cases/compiler/collisionArgumentsClassConstructor.ts(20,13): error TS1210: Code contained in …
10 tests/cases/compiler/collisionArgumentsClassConstructor.ts(25,13): error TS1210: Code contained in …
12 tests/cases/compiler/collisionArgumentsClassConstructor.ts(30,24): error TS1210: Code contained in …
13 tests/cases/compiler/collisionArgumentsClassConstructor.ts(31,13): error TS1210: Code contained in …
[all …]
DcollisionArgumentsClassMethod.errors.txt2 tests/cases/compiler/collisionArgumentsClassMethod.ts(2,30): error TS1210: Code contained in a clas…
3 tests/cases/compiler/collisionArgumentsClassMethod.ts(3,13): error TS1210: Code contained in a clas…
4 tests/cases/compiler/collisionArgumentsClassMethod.ts(5,17): error TS1210: Code contained in a clas…
6 tests/cases/compiler/collisionArgumentsClassMethod.ts(6,13): error TS1210: Code contained in a clas…
7 tests/cases/compiler/collisionArgumentsClassMethod.ts(8,23): error TS1210: Code contained in a clas…
8 tests/cases/compiler/collisionArgumentsClassMethod.ts(9,13): error TS1210: Code contained in a clas…
9 tests/cases/compiler/collisionArgumentsClassMethod.ts(11,29): error TS1210: Code contained in a cla…
10 tests/cases/compiler/collisionArgumentsClassMethod.ts(12,29): error TS1210: Code contained in a cla…
12 tests/cases/compiler/collisionArgumentsClassMethod.ts(13,26): error TS1210: Code contained in a cla…
13 tests/cases/compiler/collisionArgumentsClassMethod.ts(14,13): error TS1210: Code contained in a cla…
[all …]
DsourceMapValidationWithComments.sourcemap.txt31 > // Start Debugger Test Code
42 > // End Debugger Test Code
64 >>> // Start Debugger Test Code
70 2 > // Start Debugger Test Code
239 >>> // End Debugger Test Code
244 2 > // End Debugger Test Code
297 > // Start Debugger Test Code
308 > // End Debugger Test Code
/third_party/icu/icu4c/source/data/translit/
Dam_Ethi_d0_Morse.txt21 # MINIMAL FILTER: Ethiopic-Morse Code
55 # $ꬁ = ; not supported in Amharic Morse Code
57 # $ⶠ = ; not supported in Amharic Morse Code
59 # $ⷀ = ; not supported in Amharic Morse Code
60 # $ቐ = ; not supported in Amharic Morse Code
65 # $ⶨ = ; not supported in Amharic Morse Code
71 # $ⷈ = ; not supported in Amharic Morse Code
73 # $ⷐ = ; not supported in Amharic Morse Code
76 # $ⶰ = ; not supported in Amharic Morse Code
77 # $ꬑ = ; not supported in Amharic Morse Code
[all …]
/third_party/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h48 #define BASE_NUMERIC_CAST_CASE_SPECIALIZATION(A, B, C, D, Code) \ argument
52 return Code; \
56 #define BASE_NUMERIC_CAST_CASE_SAME_SIZE(DestSigned, SourceSigned, Code) \ argument
58 true, true, DestSigned, SourceSigned, Code); \
60 true, false, DestSigned, SourceSigned, Code)
62 #define BASE_NUMERIC_CAST_CASE_SOURCE_LARGER(DestSigned, SourceSigned, Code) \ argument
64 false, false, DestSigned, SourceSigned, Code); \
66 #define BASE_NUMERIC_CAST_CASE_DEST_LARGER(DestSigned, SourceSigned, Code) \ argument
68 false, true, DestSigned, SourceSigned, Code); \
/third_party/python/Lib/test/test_email/data/
Dmsg_43.txt48 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
54 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
60 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
66 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
72 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
78 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
84 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
90 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
96 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
102 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require() argument
21 llvm::errs() << "Annotated testcase: " << Msg << "\n" << Code << "\n"; in require()
33 Code.reserve(Text.size()); in Annotations()
36 Points[Name.getValueOr("")].push_back(Code.size()); in Annotations()
41 OpenRanges.emplace_back(Name.getValueOr(""), Code.size()); in Annotations()
50 R.End = Code.size(); in Annotations()
60 Code.push_back(Text.front()); in Annotations()
70 "expected exactly one point", Code); in point()
82 "expected exactly one range", Code); in range()
/third_party/node/deps/v8/src/builtins/
Dsetup-builtins-internal.cc62 Handle<Code> BuildPlaceholder(Isolate* isolate, Builtin builtin) { in BuildPlaceholder()
77 Handle<Code> code = Factory::CodeBuilder(isolate, desc, CodeKind::BUILTIN) in BuildPlaceholder()
84 Code BuildWithMacroAssembler(Isolate* isolate, Builtin builtin, in BuildWithMacroAssembler()
117 Handle<Code> code = Factory::CodeBuilder(isolate, desc, CodeKind::BUILTIN) in BuildWithMacroAssembler()
127 Code BuildAdaptor(Isolate* isolate, Builtin builtin, Address builtin_address, in BuildAdaptor()
142 Handle<Code> code = Factory::CodeBuilder(isolate, desc, CodeKind::BUILTIN) in BuildAdaptor()
150 Code BuildWithCodeStubAssemblerJS(Isolate* isolate, Builtin builtin, in BuildWithCodeStubAssemblerJS()
162 Handle<Code> code = compiler::CodeAssembler::GenerateCode( in BuildWithCodeStubAssemblerJS()
169 Code BuildWithCodeStubAssemblerCS(Isolate* isolate, Builtin builtin, in BuildWithCodeStubAssemblerCS()
186 Handle<Code> code = compiler::CodeAssembler::GenerateCode( in BuildWithCodeStubAssemblerCS()
[all …]
/third_party/python/PC/
Dcrtlicense.txt6 This program is linked with and uses Microsoft Distributable Code,
7 copyrighted by Microsoft Corporation. The Microsoft Distributable Code
12 Distributable Code, you must comply with the restrictions on
15 Microsoft Distributable Code at least as much as Microsoft's own
16 requirements for the Distributable Code. See Microsoft's documentation
24 Distributable Code;
29 - distribute Microsoft's Distributable Code to run on a platform other
33 - include Microsoft Distributable Code in malicious, deceptive or
36 These restrictions apply only to the Microsoft Distributable Code as
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.csproj94 SubType = "Code"
99 SubType = "Code"
104 SubType = "Code"
109 SubType = "Code"
114 SubType = "Code"
119 SubType = "Code"
124 SubType = "Code"
129 SubType = "Code"
134 SubType = "Code"
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c80 struct r500_fragment_program_code * Code; member
449 if (s->Code->inst_end >= s->C->max_alu_insts-1) { in emit_flowcontrol()
454 newip = ++s->Code->inst_end; in emit_flowcontrol()
458 if(!s->Code->int_constants[0]) { in emit_flowcontrol()
459 s->Code->int_constants[0] = R500_FC_INT_CONST_KR(0xff); in emit_flowcontrol()
460 s->Code->int_constant_count = 1; in emit_flowcontrol()
462 s->Code->inst[newip].inst0 = R500_INST_TYPE_FC | R500_INST_ALU_WAIT; in emit_flowcontrol()
476 s->Code->inst[newip].inst2 = R500_FC_OP_LOOP in emit_flowcontrol()
487 s->Code->inst[newip].inst2 = R500_FC_OP_BREAKLOOP in emit_flowcontrol()
501 s->Code->inst[newip].inst2 = R500_FC_OP_CONTINUE in emit_flowcontrol()
[all …]
/third_party/node/deps/v8/src/heap/
Dheap-write-barrier.h17 class Code; variable
32 void WriteBarrierForCode(Code host, RelocInfo* rinfo, Object value);
33 void WriteBarrierForCode(Code host, RelocInfo* rinfo, HeapObject value);
34 void WriteBarrierForCode(Code host);
38 void GenerationalBarrier(HeapObject object, ObjectSlot slot, Code value);
44 void GenerationalBarrierForCode(Code host, RelocInfo* rinfo, HeapObject object);
54 static inline void Marking(Code host, RelocInfo*, HeapObject value);
79 static void MarkingSlow(Heap* heap, Code host, RelocInfo*, HeapObject value);
/third_party/libwebsockets/lib/
DREADME.md3 Code that goes in the libwebsockets library itself lives down ./lib
9 lib/event-libs|Code containing optional event-lib specific adaptations
11 lib/misc|Code for various mostly optional miscellaneous features
13 lib/roles|Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
14 lib/system|Code for system-level features, eg, dhcpclient
15 lib/tls|Code supporting the various TLS libraries
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1080 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() argument
1081 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
1086 inline bool isUnsignedIntSetCC(CondCode Code) { in isUnsignedIntSetCC() argument
1087 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc264 RelocIterator::RelocIterator(Code code, int mode_mask) in RelocIterator()
267 RelocIterator::RelocIterator(Code code, ByteArray relocation_info, in RelocIterator()
274 : RelocIterator(Code(), code_reference.instruction_start(), in RelocIterator()
279 RelocIterator::RelocIterator(EmbeddedData* embedded_data, Code code, in RelocIterator()
288 : RelocIterator(Code(), reinterpret_cast<Address>(desc.buffer), 0, in RelocIterator()
296 : RelocIterator(Code(), reinterpret_cast<Address>(instructions.begin()), in RelocIterator()
300 RelocIterator::RelocIterator(Code host, Address pc, Address constant_pool, in RelocIterator()
361 Code target_code = Code::GetCodeFromTargetAddress(target); in set_target_address()
389 bool RelocInfo::RequiresRelocation(Code code) { in RequiresRelocation()
468 Code code = Code::GetCodeFromTargetAddress(code_target); in Print()
[all …]
/third_party/node/doc/contributing/
Dcode-of-conduct.md1 # Code of Conduct
3 The Node.js project has a [Code of Conduct][] that _all_ contributors are
9 on yourself but on the project as a whole. The Code of Conduct is designed and
14 [Code of Conduct][], corrective actions will be taken. It is possible, however,
16 strict letter of the Code of Conduct guidelines while still going completely
17 against the spirit of what that Code is intended to accomplish.
26 spirit of the [Code of Conduct][]. Failure, or unwillingness, to do so will
29 A _bad actor_ is someone who repeatedly violates the spirit of the Code of
43 [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.h46 static DeoptInfo GetDeoptInfo(Code code, Address from);
55 Handle<Code> compiled_code() const;
72 static void DeoptimizeFunction(JSFunction function, Code code = Code());
129 static void TraceMarkForDeoptimization(Code code, const char* reason);
139 Code FindOptimizedCode();
172 Code FindDeoptimizingCode(Address addr);
193 Code compiled_code_;
/third_party/lzma/C/
DPpmd7Dec.c19 p->Code = 0; in Ppmd7z_RangeDec_Init()
24 p->Code = (p->Code << 8) | READ_BYTE(p); in Ppmd7z_RangeDec_Init()
25 return (p->Code < 0xFFFFFFFF); in Ppmd7z_RangeDec_Init()
29 { (p)->Code = ((p)->Code << 8) | READ_BYTE(p); (p)->Range <<= 8;
46 R->Code -= start * R->Range; in Ppmd7z_RD_Decode()
53 #define RC_GetThreshold(total) (R->Code / (R->Range /= (total)))
140 if (R->Code < size0) in Ppmd7z_DecodeSymbol()
175 R->Code -= size0; in Ppmd7z_DecodeSymbol()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch_test.cc19 EXPECT_EQ(DispatchCode::SUCCESS, DispatchResponse::Success().Code()); in TEST()
26 EXPECT_EQ(DispatchCode::SERVER_ERROR, error.Code()); in TEST()
33 EXPECT_EQ(DispatchCode::INTERNAL_ERROR, error.Code()); in TEST()
40 EXPECT_EQ(DispatchCode::INVALID_PARAMS, error.Code()); in TEST()
48 EXPECT_EQ(DispatchCode::FALL_THROUGH, error.Code()); in TEST()
59 EXPECT_EQ(DispatchCode::INVALID_REQUEST, empty.DispatchError().Code()); in TEST()
70 EXPECT_EQ(DispatchCode::INVALID_REQUEST, dispatchable.DispatchError().Code()); in TEST()
83 EXPECT_EQ(DispatchCode::INVALID_REQUEST, dispatchable.DispatchError().Code()); in TEST()
95 EXPECT_EQ(DispatchCode::INVALID_REQUEST, dispatchable.DispatchError().Code()); in TEST()
109 EXPECT_EQ(DispatchCode::INVALID_REQUEST, dispatchable.DispatchError().Code()); in TEST()
[all …]
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc134 Code code = FromCodeT(CodeT::cast(*obj)); in SerializeObject()
240 return (Code::cast(obj).kind() == CodeKind::BYTECODE_HANDLER); in ObjectIsBytecodeHandler()
399 Code Serializer::CopyCode(Code code) { in CopyCode()
407 return Code::unchecked_cast(HeapObject::FromAddress( in CopyCode()
1021 void VisitEmbeddedPointer(Code host, RelocInfo* target) { in VisitEmbeddedPointer()
1026 void VisitCodeTarget(Code host, RelocInfo* target) { in VisitCodeTarget()
1030 Code object = Code::GetCodeFromTargetAddress(target->target_address()); in VisitCodeTarget()
1035 void VisitExternalReference(Code host, RelocInfo* rinfo) {} in VisitExternalReference()
1036 void VisitInternalReference(Code host, RelocInfo* rinfo) {} in VisitInternalReference()
1037 void VisitRuntimeEntry(Code host, RelocInfo* reloc) { UNREACHABLE(); } in VisitRuntimeEntry()
[all …]

12345678910>>...56