Home
last modified time | relevance | path

Searched defs:code (Results 751 - 775 of 1464) sorted by relevance

1...<<31323334353637383940>>...59

/third_party/node/deps/v8/src/objects/
H A Djs-regexp.cc160 Object JSRegExp::code(bool is_latin1) const { in code() function in v8::internal::JSRegExp
167 void JSRegExp::set_code(bool is_latin1, Handle<Code> code) { in set_code() argument
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc43 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, const char* name) CodeCreateEvent() argument
58 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<Name> name) CodeCreateEvent() argument
73 CodeCreateEvent(LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> script_name) CodeCreateEvent() argument
164 Handle<Code> code = handle(abstract_code->GetCode(), isolate_); CodeCreateEvent() local
233 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument
283 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument
313 CodeDisableOptEvent(Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared) CodeDisableOptEvent() argument
323 CodeDeoptEvent(Handle<Code> code, DeoptimizeKind kind, Address pc, int fp_to_sp_delta) CodeDeoptEvent() argument
377 AttachDeoptInlinedFrames(Handle<Code> code, CodeDeoptEventRecord* rec) AttachDeoptInlinedFrames() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc166 wasm::WasmCode* code = frame->wasm_code(); in RUNTIME_FUNCTION() local
271 CodeT code = function.code(); in RUNTIME_FUNCTION() local
466 wasm::WasmCode* code = native_module->GetCode(func_index); in RUNTIME_FUNCTION() local
481 wasm::WasmCode* code = native_module->GetCode(func_index); RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc186 bool BuiltinAliasesOffHeapTrampolineRegister(Isolate* isolate, Code code) { in BuiltinAliasesOffHeapTrampolineRegister() argument
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...]
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc409 void StringStream::PrintFunction(JSFunction fun, Object receiver, Code* code) { in PrintFunction() argument
H A Duri.cc97 base::uc16 code = uri_content->Get(k); in IntoTwoByte() local
147 base::uc16 code = uri_content.Get(k); in IntoOneAndTwoByte() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c181 print_const0(void *code, unsigned offset, FILE *fp) in print_const0() argument
189 print_const1(void *code, unsigned offset, FILE *fp) in print_const1() argument
197 print_varying(void *code, unsigned offset, FILE *fp) in print_varying() argument
278 print_sampler(void *code, unsigned offset, FILE *fp) in print_sampler() argument
314 print_uniform(void *code, unsigned offset, FILE *fp) in print_uniform() argument
379 print_vec4_mul(void *code, unsigned offset, FILE *fp) print_vec4_mul() argument
446 print_vec4_acc(void *code, unsigned offset, FILE *fp) print_vec4_acc() argument
507 print_float_mul(void *code, unsigned offset, FILE *fp) print_float_mul() argument
567 print_float_acc(void *code, unsigned offset, FILE *fp) print_float_acc() argument
618 print_combine(void *code, unsigned offset, FILE *fp) print_combine() argument
669 print_temp_write(void *code, unsigned offset, FILE *fp) print_temp_write() argument
715 print_branch(void *code, unsigned offset, FILE *fp) print_branch() argument
790 char code[12]; ppir_disassemble_instr() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h47 struct etna_inst code[ETNA_MAX_INSTRUCTIONS * ETNA_INST_SIZE]; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c967 const uint32_t *code; nvc0_program_library_upload() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c62 int code; member
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_meth.c436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch() local
H A Dencoder_meth.c445 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_encoder_fetch() local
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c1047 int dtls1_read_failed(SSL *s, int code) in dtls1_read_failed() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c788 int tls1_alert_code(int code) in tls1_alert_code() argument
/third_party/openssl/test/
H A Dtls13secretstest.c183 int tls1_alert_code(int code) in tls1_alert_code() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() argument
220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) pcre2_substitute() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.c555 int code; in asyncmsgq_read_work() local
/third_party/python/Include/cpython/
H A Dpystate.h32 PyCodeObject *code; // The code object for the bounds. May be NULL. member
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_meth.c436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch() local
H A Dencoder_meth.c445 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_encoder_fetch() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp66 std::ostringstream name, code; in createShaders() local
79 std::ostringstream name, code; in createShaders() local
93 std::ostringstream name, code; in createShaders() local
H A DvktPipelineIdentifierTests.cpp81 std::ostringstream name, code; in createGraphicsShaders() local
95 std::ostringstream name, code; in createGraphicsShaders() local
115 std::ostringstream name, code; in createComputeShaders() local
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp344 const std::string &code = sh::GetObjectCode(compiler); in main() local
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeTestLogCompare.cpp256 static const char* getStatusCodeName (xe::TestStatusCode code) in getStatusCodeName() argument
/third_party/skia/samplecode/
H A DSample3D.cpp377 const char code[] = R"( variable

Completed in 23 milliseconds

1...<<31323334353637383940>>...59