Searched defs:bc_p (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-bytecode.c | 105 re_get_byte (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_byte() 137 re_get_opcode (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_opcode() 258 re_get_value (const uint8_t **bc_p) /** refence to bytecode pointer */ in re_get_value() 334 re_get_char (const uint8_t **bc_p, /**< reference to bytecode pointer */ in re_get_char()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-regexp-prototype.c | 69 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_flags_helper() local 225 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_get_source() local 404 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_compile() local
|
D | ecma-builtin-regexp.c | 80 re_compiled_code_t *bc_p = NULL; in ecma_builtin_regexp_dispatch_helper() local
|
D | ecma-builtins.c | 508 …re_compiled_code_t *bc_p = re_compile_bytecode (ecma_get_magic_string (LIT_MAGIC_STRING_EMPTY_NON_… in ecma_instantiate_builtin() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 259 const re_compiled_code_t *bc_p, /**< bytecode */ in ecma_op_regexp_initialize() 329 re_compiled_code_t *bc_p = re_compile_bytecode (pattern_str_p, flags); in ecma_op_create_regexp_from_pattern() local 353 re_compiled_code_t *bc_p) /**< bytecode */ in ecma_op_create_regexp_from_bytecode() 384 re_compiled_code_t *bc_p = re_compile_bytecode (pattern_str_p, flags); in ecma_op_create_regexp_with_flags() local 600 const uint8_t *bc_p, /**< pointer to the current RegExp bytecode */ in ecma_regexp_run() 1543 const uint8_t *bc_p, /**< pointer to the current RegExp bytecode */ in ecma_regexp_match() 1617 const re_compiled_code_t *bc_p, /**< regexp bytecode */ in ecma_regexp_initialize_context() 1680 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (re_compiled_code_t, in ecma_regexp_exec_helper() local 2504 const re_compiled_code_t *bc_p, /**< regexp bytecode */ in ecma_regexp_replace_helper_fast() 2772 const re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_regexp_replace_helper() local [all …]
|
D | ecma-regexp-object.h | 89 const uint8_t *bc_p; /**< group bytecode pointer */ member 100 const uint8_t *bc_p; /**< group bytecode pointer */ member
|