/third_party/python/Lib/ |
H A D | smtplib.py | 36 # ESMTP support, test code and doc fixes added by 91 """Base class for all exceptions that include an SMTP error code. 94 server returns an error code. The error code is stored in the 99 def __init__(self, code, msg): 100 self.smtp_code = code 102 self.args = (code, msg) 111 def __init__(self, code, msg, sender): 112 self.smtp_code = code 115 self.args = (code, ms [all...] |
/third_party/libbpf/include/linux/ |
H A D | filter.h | 10 .code = CODE, \ 18 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 26 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 34 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 42 .code = BPF_JMP | BPF_EXIT, \ 50 .code = BPF_JMP | BPF_CALL, \ 58 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 66 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 74 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \ 82 .code [all...] |
/third_party/libinput/test/ |
H A D | litest-device-alps-3fg.c | 107 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 108 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 109 { .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN }, 110 { .type = EV_ABS, .code = ABS_MT_TRACKING_ID, .value = LITEST_AUTO_ASSIGN }, 111 { .type = EV_ABS, .code = ABS_MT_POSITION_X, .value = LITEST_AUTO_ASSIGN }, 112 { .type = EV_ABS, .code = ABS_MT_POSITION_Y, .value = LITEST_AUTO_ASSIGN }, 113 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 114 { .type = -1, .code = -1 }, 118 { .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN }, 119 { .type = EV_ABS, .code [all...] |
H A D | litest-device-calibrated-touchscreen.c | 30 { .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN }, 31 { .type = EV_ABS, .code = ABS_MT_TRACKING_ID, .value = LITEST_AUTO_ASSIGN }, 32 { .type = EV_ABS, .code = ABS_MT_POSITION_X, .value = LITEST_AUTO_ASSIGN }, 33 { .type = EV_ABS, .code = ABS_MT_POSITION_Y, .value = LITEST_AUTO_ASSIGN }, 34 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 35 { .type = -1, .code = -1 }, 39 { .type = EV_ABS, .code = ABS_MT_SLOT, .value = LITEST_AUTO_ASSIGN }, 40 { .type = EV_ABS, .code = ABS_MT_POSITION_X, .value = LITEST_AUTO_ASSIGN }, 41 { .type = EV_ABS, .code = ABS_MT_POSITION_Y, .value = LITEST_AUTO_ASSIGN }, 42 { .type = EV_SYN, .code [all...] |
H A D | litest-device-huion-pentablet.c | 30 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 31 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 32 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, 33 { .type = EV_KEY, .code = LITEST_BTN_TOOL_AUTO, .value = 1 }, 34 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 35 { .type = -1, .code = -1 }, 39 { .type = -1, .code = -1 }, 43 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 44 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 45 { .type = EV_ABS, .code [all...] |
H A D | litest-device-synaptics-st.c | 30 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 31 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 32 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, 33 { .type = EV_ABS, .code = ABS_TOOL_WIDTH, .value = 7 }, 34 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 35 { .type = -1, .code = -1 }, 39 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 40 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 41 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 42 { .type = -1, .code [all...] |
H A D | litest-device-elan-tablet.c | 30 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 31 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 32 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, 33 { .type = EV_KEY, .code = LITEST_BTN_TOOL_AUTO, .value = 1 }, 34 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 35 { .type = -1, .code = -1 }, 39 { .type = EV_KEY, .code = LITEST_BTN_TOOL_AUTO, .value = 0 }, 40 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 41 { .type = -1, .code = -1 }, 45 { .type = EV_ABS, .code [all...] |
H A D | litest-device-wacom-isdv4-524c-pen.c | 41 { .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN }, 42 { .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN }, 43 { .type = EV_ABS, .code = ABS_PRESSURE, .value = LITEST_AUTO_ASSIGN }, 44 { .type = EV_KEY, .code = LITEST_BTN_TOOL_AUTO, .value = 1 }, 45 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 46 { .type = -1, .code = -1 }, 50 { .type = EV_KEY, .code = LITEST_BTN_TOOL_AUTO, .value = 0 }, 51 { .type = EV_SYN, .code = SYN_REPORT, .value = 0 }, 52 { .type = -1, .code = -1 }, 56 { .type = EV_ABS, .code [all...] |
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/ |
H A D | MifareClassicTag.test.js | 75 * @tc.desc Test authenticateSector api by callback. The error code is 401 90 console.info("[NFC_test]MifareClassic1 authenticateSector errorcode: " + error.code); 91 expect(401).assertEqual(error.code); 105 * @tc.desc Test authenticateSector api. The error code is 401 126 console.info("[NFC_test]mifareClassic2 authenticateSector errorcode: " + error.code); 127 expect(401).assertEqual(error.code); 140 * @tc.desc Test readSingleBlock api. The error code is 401 154 console.info("[NFC_test]mifareClassic3 readSingleBlock errorcode: " + error.code); 155 expect(401).assertEqual(error.code); 169 * @tc.desc Test readSingleBlock api. The error code i [all...] |
/third_party/node/test/parallel/ |
H A D | test-crypto-pbkdf2.js | 61 code: 'ERR_INVALID_ARG_TYPE', 70 code: 'ERR_OUT_OF_RANGE', 81 code: 'ERR_INVALID_ARG_TYPE', 94 code: 'ERR_OUT_OF_RANGE', 107 code: 'ERR_OUT_OF_RANGE', 119 code: 'ERR_INVALID_ARG_TYPE', 128 code: 'ERR_INVALID_ARG_TYPE', 137 code: 'ERR_INVALID_ARG_TYPE', 146 code: 'ERR_INVALID_ARG_TYPE', 154 code [all...] |
H A D | test-assert-async.js | 37 code: 'ERR_ASSERTION', 49 reject({ code: 'FAIL' }); 53 promises.push(assert.rejects(validRejectingThenable, { code: 'FAIL' })); 60 code: 'ERR_INVALID_ARG_TYPE' 66 code: 'ERR_INVALID_RETURN_VALUE' 78 code: 'ERR_ASSERTION', 91 assert.strictEqual(err.code, 'ERR_ASSERTION'); 105 code: 'ERR_INVALID_RETURN_VALUE', 128 code: 'ERR_INVALID_ARG_TYPE', 137 assert.strictEqual(err.code, 'ERR_ASSERTIO [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreJsunit.test.js | 126 console.info(TAG + `catch err: failed: err: code= ${error.code}, message = ${error.message}`);
127 expect(error.code).assertEqual("401");
292 console.info("SUB_DDM_RelationalStore_Version_0010 failed: err: code=" + err.code + " message=" + err.message);
300 console.info(" SUB_DDM_RelationalStore_Version_0010 failed: err: code=" + err.code + " message=" + err.message);
324 console.info("SUB_DDM_RelationalStore_Version_0020 failed1: err: code=" + err.code + " message=" + err.message);
325 expect("401").assertEqual(err.code);
[all...] |
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksFaceFingerNormalJsunit.test.js | 212 console.error(`promise: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 213 expect(error.code == 401).assertTrue(); 216 console.error(`promise: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 245 console.error(`promise: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 246 expect(error.code == 401).assertTrue(); 249 console.error(`promise: generateKeyItem input arg invalid, code: ${error.code}, ms [all...] |
/third_party/node/lib/ |
H A D | path.js | 52 function isPathSeparator(code) { 53 return code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH; 56 function isPosixPathSeparator(code) { 57 return code === CHAR_FORWARD_SLASH; 60 function isWindowsDeviceRoot(code) { 61 return (code >= CHAR_UPPERCASE_A && code <= CHAR_UPPERCASE_Z) || 62 (code >= CHAR_LOWERCASE_A && code < [all...] |
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM2BasicPromiseJsunit.test.js | 69 console.error(`promise: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 73 console.error(`promise: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 87 console.error(`promise: exportKeyItem failed, code: ${error.code}, msg: ${error.message}`); 91 console.error(`promise: exportKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 112 console.error(`promise: importKeyItem failed, code: ${error.code}, ms [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | qpeg.c | 44 int code; in qpeg_decode_intra() local 55 code = bytestream2_get_byte(&qctx->buffer); in qpeg_decode_intra() 57 if(code == 0xFC) /* end-of-picture code */ in qpeg_decode_intra() 59 if(code >= 0xF8) { /* very long run */ in qpeg_decode_intra() 62 run = ((code & 0x7) << 16) + (c0 << 8) + c1 + 2; in qpeg_decode_intra() 63 } else if (code >= 0xF0) { /* long run */ in qpeg_decode_intra() 65 run = ((code & 0xF) << 8) + c0 + 2; in qpeg_decode_intra() 66 } else if (code >= 0xE0) { /* short run */ in qpeg_decode_intra() 67 run = (code in qpeg_decode_intra() 135 int code; qpeg_decode_inter() local [all...] |
H A D | ws-snd1.c | 96 int code, smp, size; in ws_snd_decode_frame() local 98 code = *buf >> 6; in ws_snd_decode_frame() 103 switch (code) { in ws_snd_decode_frame() 113 size = ((code == 2 && (count & 0x20)) || code == 3) ? 0 : count + 1; in ws_snd_decode_frame() 117 switch (code) { in ws_snd_decode_frame() 120 code = *buf++; in ws_snd_decode_frame() 121 sample += ( code & 0x3) - 2; in ws_snd_decode_frame() 124 sample += ((code >> 2) & 0x3) - 2; in ws_snd_decode_frame() 127 sample += ((code >> in ws_snd_decode_frame() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | icmpv6.h | 18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info, 21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument 28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send() 41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() argument 49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send() 56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info); 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument 61 __icmpv6_send(skb_in, type, code, inf in icmpv6_ndo_send() 67 icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) icmpv6_send() argument 72 icmpv6_ndo_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) icmpv6_ndo_send() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/boards/mach-x3proto/ |
H A D | setup.c | 129 .code = KEY_POWER, 134 .code = KEY_SUSPEND, 139 .code = KEY_KATAKANAHIRAGANA, 143 .code = KEY_SWITCHVIDEOMODE, 147 .code = KEY_F12, 151 .code = KEY_F11, 155 .code = KEY_F10, 159 .code = KEY_F9, 163 .code = KEY_F8, 167 .code [all...] |
/kernel/linux/linux-6.6/arch/sh/boards/mach-x3proto/ |
H A D | setup.c | 129 .code = KEY_POWER, 134 .code = KEY_SUSPEND, 139 .code = KEY_KATAKANAHIRAGANA, 143 .code = KEY_SWITCHVIDEOMODE, 147 .code = KEY_F12, 151 .code = KEY_F11, 155 .code = KEY_F10, 159 .code = KEY_F9, 163 .code = KEY_F8, 167 .code [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | update_metadata.cc | 39 std::string code = it->first; in UpdateShortNumber() local 41 if (metadataMap->find(code) != metadataMap->end()) { in UpdateShortNumber() 42 metadataMap->at(code) = phoneMetadata; in UpdateShortNumber() 44 metadataMap->insert(std::make_pair(code, phoneMetadata)); in UpdateShortNumber() 53 std::string code = it->first; in UpdatePhoneNumber() local 55 if (regionMetadataMap->find(code) != regionMetadataMap->end()) { in UpdatePhoneNumber() 56 regionMetadataMap->at(code) = phoneMetadata; in UpdatePhoneNumber() 58 regionMetadataMap->insert(std::make_pair(code, phoneMetadata)); in UpdatePhoneNumber() 62 int code = it->first; in UpdatePhoneNumber() local 64 if (countryMetadataMap->find(code) ! in UpdatePhoneNumber() 75 int code = it->first; UpdateAlternateFormat() local [all...] |
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/ |
H A D | publicDeriveCallback.js | 29 console.error(`callback: generateKeyItem failed, code: ${error.code}, msg: ${error.message}`); 33 console.error(`callback: generateKeyItem input arg invalid, code: ${error.code}, msg: ${error.message}`); 63 console.error(`callback1: doInit failed, code: ${error.code}, msg: ${error.message}`); 67 console.error(`callback: doInit input arg invalid, code: ${error.code}, msg: ${error.message}`); 96 console.error(`callback: doUpdate failed, code: ${error.code}, ms [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | asyncmsgq.c | 43 int code; member 119 void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk, pa_free_cb_t free_cb) { in pa_asyncmsgq_post() argument 124 pa_snprintf(t, sizeof(t), "pa_asyncmsgq_post[%d] %u", code, PaAsyncqGetNumToRead(a->asyncq)); in pa_asyncmsgq_post() 130 i->code = code; in pa_asyncmsgq_post() 150 int pa_asyncmsgq_send(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk) { in pa_asyncmsgq_send() argument 155 pa_snprintf(t, sizeof(t), "pa_asyncmsgq_send[%d] %u", code, PaAsyncqGetNumToRead(a->asyncq)); in pa_asyncmsgq_send() 157 i.code = code; in pa_asyncmsgq_send() 185 int pa_asyncmsgq_get(pa_asyncmsgq *a, pa_msgobject **object, int *code, voi argument 250 pa_asyncmsgq_wait_for(pa_asyncmsgq *a, int code) pa_asyncmsgq_wait_for() argument 278 int code; pa_asyncmsgq_process_one() local 333 pa_asyncmsgq_dispatch(pa_msgobject *object, int code, void *userdata, int64_t offset, pa_memchunk *memchunk) pa_asyncmsgq_dispatch() argument 346 int code; pa_asyncmsgq_flush() local [all...] |
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 2 // Use of this source code is governed by a BSD-style license that can be 37 #include "src/objects/code-kind.h" 38 #include "src/objects/code.h" 52 #include "src/wasm/wasm-code-manager.h" 95 static const char* ComputeMarker(SharedFunctionInfo shared, AbstractCode code) { in ComputeMarker() argument 96 CodeKind kind = code.kind(); in ComputeMarker() 100 code.GetCode().is_interpreter_trampoline_builtin() && in ComputeMarker() 101 ToCodeT(code.GetCode()) != in ComputeMarker() 113 static const char* ComputeMarker(const wasm::WasmCode* code) { in ComputeMarker() argument 114 switch (code in ComputeMarker() 213 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, const char* comment) CodeCreateEvent() argument 223 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<Name> name) CodeCreateEvent() argument 233 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name) CodeCreateEvent() argument 245 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name, int line, int column) CodeCreateEvent() argument 268 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int , int ) CodeCreateEvent() argument 289 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 363 LogRecordedBuffer(Handle<AbstractCode> code, MaybeHandle<SharedFunctionInfo>, const char* name, int length) LogRecordedBuffer() argument 376 LogRecordedBuffer(const wasm::WasmCode* code, const char* name, int length) LogRecordedBuffer() argument 422 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, const char* comment) CodeCreateEvent() argument 439 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<Name> name) CodeCreateEvent() argument 459 CodeCreateEvent( LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> name) CodeCreateEvent() argument 479 CodeCreateEvent( LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> source, int line, int column) CodeCreateEvent() argument 504 CodeCreateEvent( LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument 511 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 647 LogRecordedBuffer(Handle<AbstractCode> code, MaybeHandle<SharedFunctionInfo>, const char* name, int length) LogRecordedBuffer() argument 661 LogRecordedBuffer(const wasm::WasmCode* code, const char* name, int length) LogRecordedBuffer() argument 725 LogRecordedBuffer(Handle<AbstractCode> code, MaybeHandle<SharedFunctionInfo> maybe_shared, const char* name, int length) LogRecordedBuffer() argument 747 LogRecordedBuffer(const wasm::WasmCode* code, const char* name, int length) LogRecordedBuffer() argument 1192 AppendCodeCreateHeader(Log::MessageBuilder& msg, CodeEventListener::LogEventsAndTags tag, AbstractCode code, uint64_t time) AppendCodeCreateHeader() argument 1223 LogSourceCodeInformation(Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared) LogSourceCodeInformation() argument 1287 LogCodeDisassemble(Handle<AbstractCode> code) LogCodeDisassemble() argument 1309 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, const char* name) CodeCreateEvent() argument 1322 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<Name> name) CodeCreateEvent() argument 1336 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name) CodeCreateEvent() argument 1356 FeedbackVectorEvent(FeedbackVector vector, AbstractCode code) FeedbackVectorEvent() argument 1384 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name, int line, int column) CodeCreateEvent() argument 1403 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* , int , int ) CodeCreateEvent() argument 1450 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 1477 CodeDisableOptEvent(Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared) CodeDisableOptEvent() argument 1488 ProcessDeoptEvent(Handle<Code> code, SourcePosition position, const char* kind, const char* reason) ProcessDeoptEvent() argument 1510 CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, Address pc, int fp_to_sp_delta) CodeDeoptEvent() argument 1518 CodeDependencyChangeEvent(Handle<Code> code, Handle<SharedFunctionInfo> sfi, const char* reason) CodeDependencyChangeEvent() argument 1885 LogExistingFunction(Handle<SharedFunctionInfo> shared, Handle<AbstractCode> code) LogExistingFunction() argument 2215 Code code = FromCodeT(builtins->code(builtin)); LogBuiltins() local 2263 LogExistingFunction( Handle<SharedFunctionInfo> shared, Handle<AbstractCode> code, CodeEventListener::LogEventsAndTags tag) LogExistingFunction() argument [all...] |
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 2 // Use of this source code is governed by a BSD-style license that can be 104 // code blob copy then it could have been used regardless of whether the in TryLookupCode() 119 Isolate* isolate, uint8_t** code, uint32_t* code_size, uint8_t** data, in CreateOffHeapOffHeapInstructionStream() 148 // permissions to read-execute since builtin code is immutable from now on in CreateOffHeapOffHeapInstructionStream() 155 std::memcpy(allocated_code_bytes, d.code(), d.code_size()); in CreateOffHeapOffHeapInstructionStream() 166 *code = allocated_code_bytes; in CreateOffHeapOffHeapInstructionStream() 176 uint8_t* code, uint32_t code_size, uint8_t* data, uint32_t data_size) { in FreeOffHeapOffHeapInstructionStream() 180 FreePages(page_allocator, code, RoundUp(code_size, page_size)); in FreeOffHeapOffHeapInstructionStream() 186 bool BuiltinAliasesOffHeapTrampolineRegister(Isolate* isolate, Code code) { in BuiltinAliasesOffHeapTrampolineRegister() argument 187 DCHECK(Builtins::IsIsolateIndependent(code in BuiltinAliasesOffHeapTrampolineRegister() 118 CreateOffHeapOffHeapInstructionStream( Isolate* isolate, uint8_t** code, uint32_t* code_size, uint8_t** data, uint32_t* data_size) CreateOffHeapOffHeapInstructionStream() argument 175 FreeOffHeapOffHeapInstructionStream( uint8_t* code, uint32_t code_size, uint8_t* data, uint32_t data_size) FreeOffHeapOffHeapInstructionStream() argument 226 Code code = FromCodeT(isolate->builtins()->code(builtin)); FinalizeEmbeddedCodeTargets() local 280 Code code = FromCodeT(builtins->code(builtin)); FromIsolate() local 362 Code code = FromCodeT(builtins->code(builtin)); FromIsolate() local 377 Code code = FromCodeT(builtins->code(builtin)); FromIsolate() local [all...] |