| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental.cc | 62 Handle<ByteArray> bytecode; member 89 ZoneList<RegExpInstruction> bytecode = ExperimentalRegExpCompiler::Compile( in CompileImpl() local 177 ByteArray bytecode = ByteArray::cast(regexp.bytecode(kIsLatin in ExecRaw() local 136 ExecRawImpl(Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, String subject, int capture_count, int32_t* output_registers, int32_t output_register_count, int32_t subject_index) ExecRawImpl() argument [all...] |
| H A D | experimental-interpreter.cc | 139 NfaInterpreter(Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int32_t input_index, Zone* zone) NfaInterpreter() argument 559 FindMatches( Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int start_index, int32_t* output_registers, int output_register_count, Zone* zone) FindMatches() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 363 instr_t bytecode[384], bc; in assemble() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_returns_test.cpp | 141 std::string bytecode; in HWTEST_F_L0() local
|
| /third_party/libsnd/src/ |
| H A D | ms_adpcm.c | 219 short bytecode, bpred [2], chan_idelta [2] ; in msadpcm_decode_block() local
|
| H A D | ima_adpcm.c | 262 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local 331 short bytecode, mask ; aiff_ima_encode_block() local 394 short step, bytecode, stepindx [2] = { 0 }; wavlike_ima_decode_block() local 485 short bytecode, mask ; wavlike_ima_encode_block() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-evaluate.cc | 424 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) { in BytecodeHasNoSideEffect() argument 985 bool BytecodeRequiresRuntimeCheck(interpreter::Bytecode bytecode) { in BytecodeRequiresRuntimeCheck() argument 1022 interpreter::Bytecode bytecode = it.current_bytecode(); FunctionGetSideEffectState() local 1244 interpreter::Bytecode bytecode = it.current_bytecode(); ApplySideEffectChecks() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | tiering-manager.cc | 340 BytecodeArray bytecode = function.shared().GetBytecodeArray(isolate_); in ShouldOptimize() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-iterator.cc | 49 interpreter::Bytecode bytecode = interpreter::Bytecodes::FromByte(*cursor); in ApplyDebugBreak() local 228 Bytecode bytecode = current_bytecode(); in GetRelativeJumpTargetOffset() local [all...] |
| H A D | bytecode-array-writer.cc | 85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() argument 234 UpdateExitSeenInBlock(Bytecode bytecode) UpdateExitSeenInBlock() argument 280 Bytecode bytecode = node->bytecode(); EmitBytecode() local [all...] |
| H A D | interpreter.cc | 89 Builtin BuiltinIndexFromBytecode(Bytecode bytecode, in BuiltinIndexFromBytecode() argument 118 CodeT Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler() argument 124 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler() argument 134 GetDispatchTableIndex(Bytecode bytecode, OperandScale operand_scale) GetDispatchTableIndex() argument 214 CheckAndPrintBytecodeMismatch( IsolateT* isolate, Handle<Script> script, Handle<BytecodeArray> bytecode) CheckAndPrintBytecodeMismatch() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-regexp.cc | 171 Object JSRegExp::bytecode(bool is_latin1) const { in bytecode() function in v8::internal::JSRegExp 177 set_bytecode_and_trampoline(Isolate* isolate, Handle<ByteArray> bytecode) set_bytecode_and_trampoline() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_shader.c | 998 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add() local 959 vmw_compat_shader_add(struct vmw_private *dev_priv, struct vmw_cmdbuf_res_manager *man, u32 user_key, const void *bytecode, SVGA3dShaderType shader_type, size_t size, struct list_head *list) vmw_compat_shader_add() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_shader.c | 920 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add() local 881 vmw_compat_shader_add(struct vmw_private *dev_priv, struct vmw_cmdbuf_res_manager *man, u32 user_key, const void *bytecode, SVGA3dShaderType shader_type, size_t size, struct list_head *list) vmw_compat_shader_add() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | bytecode-analysis.cc | 240 UpdateInLiveness(Bytecode bytecode, BytecodeLivenessState* in_liveness, const interpreter::BytecodeArrayIterator& iterator) UpdateInLiveness() argument 364 UpdateOutLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState* next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateOutLiveness() argument 409 UpdateLiveness(Bytecode bytecode, BytecodeLiveness& liveness, BytecodeLivenessState** next_bytecode_in_liveness, const interpreter::BytecodeArrayIterator& iterator, Handle<BytecodeArray> bytecode_array, const BytecodeLivenessMap& liveness_map, Zone* zone) UpdateLiveness() argument 425 UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, const interpreter::BytecodeArrayIterator& iterator) UpdateAssignments() argument 479 Bytecode bytecode = iterator.current_bytecode(); Analyze() variable 651 Bytecode bytecode = iterator.current_bytecode(); Analyze() variable 693 Bytecode bytecode = iterator.current_bytecode(); Analyze() variable 977 Bytecode bytecode = iterator.current_bytecode(); LivenessIsValid() local 1023 Bytecode bytecode = iterator.current_bytecode(); LivenessIsValid() local [all...] |
| H A D | js-inlining-heuristic.cc | 226 BytecodeArrayRef bytecode = candidate.bytecode[ in Reduce() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins.cc | 41 interpreter::Bytecode bytecode : 8; member 61 constexpr KindSpecificData(interpreter::Bytecode bytecode, in KindSpecificData() argument 354 interpreter::Bytecode bytecode = in EmitCodeCreateEvents() local
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | eh-frame.cc | 492 byte bytecode = eh_frame_iterator.GetNextByte(); in DumpDwarfDirectives() local
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-builder.h | 134 interpreter::Bytecode bytecode = iterator_.current_bytecode(); in EmitUnconditionalDeopt() local 478 interpreter::Bytecode bytecode = iterator.current_bytecode(); CalculatePredecessorCounts() local 513 const compiler::BytecodeArrayRef& bytecode() const { bytecode() function in v8::internal::maglev::MaglevGraphBuilder [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-bytecode-generator.cc | 198 int bytecode; in LoadCurrentCharacterImpl() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-debug.cc | 81 Bytecode bytecode = Bytecodes::FromByte(bytecode_array.get(bytecode_offset)); in RUNTIME_FUNCTION_RETURN_PAIR() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_context.c | 701 vmw_svga_winsys_vgpu10_shader_create(struct svga_winsys_context *swc, uint32 shaderId, SVGA3dShaderType shaderType, const uint32 *bytecode, uint32 bytecodeLen, const SVGA3dDXShaderSignatureHeader *sgnInfo, uint32 sgnLen) vmw_svga_winsys_vgpu10_shader_create() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | gate.cpp | 893 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_offload.py | 807 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | inet_diag.c | 910 const void *bytecode, *bc; in inet_diag_bc_audit() local
|